diff options
author | June McEnroe <june@causal.agency> | 2018-10-14 19:50:44 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-14 19:50:44 -0400 |
commit | 287c2039af668ec13fb7b509475acbff338dd4fe (patch) | |
tree | ec009885735b1053f15950af7be9c2b7cf9b1e88 /torus.1 | |
parent | Replace torus.7 with torus.1 (diff) | |
download | torus-287c2039af668ec13fb7b509475acbff338dd4fe.tar.gz torus-287c2039af668ec13fb7b509475acbff338dd4fe.zip |
Add server daemonization
Diffstat (limited to '')
-rw-r--r-- | torus.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/torus.1 b/torus.1 index 52f12db..6bad6be 100644 --- a/torus.1 +++ b/torus.1 @@ -13,6 +13,7 @@ .Sh SYNOPSIS .Nm server .Op Fl d Ar data +.Op Fl p Ar pidfile .Op Fl s Ar sock . .Nm client @@ -97,6 +98,10 @@ The default path is .It Fl h Write help page data to standard output and exit. . +.It Fl p Ar pidfile +Daemonize and write PID to +.Ar pidfile . +. .It Fl s Ar sock Set path to UNIX-domain socket. The default path is |