mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-06-14 05:47:54 +02:00
man page update for daemonization options.
This commit is contained in:
parent
95ab6e7119
commit
973d5a95a1
14
sshuttle.md
14
sshuttle.md
@ -109,6 +109,20 @@ entire subnet to the VPN.
|
|||||||
if you use this option to give it a few names to start
|
if you use this option to give it a few names to start
|
||||||
from.
|
from.
|
||||||
|
|
||||||
|
-D, --daemon
|
||||||
|
: automatically fork into the background after connecting
|
||||||
|
to the remote server. Implies `--syslog`.
|
||||||
|
|
||||||
|
--syslog
|
||||||
|
: after connecting, send all log messages to the
|
||||||
|
`syslog`(3) service instead of stderr. This is
|
||||||
|
implicit if you use `--daemon`.
|
||||||
|
|
||||||
|
--pidfile=*pidfilename*
|
||||||
|
: when using `--daemon`, save sshuttle's pid to
|
||||||
|
*pidfilename*. The default is `sshuttle.pid` in the
|
||||||
|
current directory.
|
||||||
|
|
||||||
--server
|
--server
|
||||||
: (internal use only) run the sshuttle server on
|
: (internal use only) run the sshuttle server on
|
||||||
stdin/stdout. This is what the client runs on
|
stdin/stdout. This is what the client runs on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user