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 | 54f2d53263221ce96bb8073122511adeb87df68d (patch) | |
tree | 687a9c53224d891a02e88ca8370a2aaaa2b09a94 /torus.1 | |
parent | Replace torus.7 with torus.1 (diff) | |
download | torus-54f2d53263221ce96bb8073122511adeb87df68d.tar.gz torus-54f2d53263221ce96bb8073122511adeb87df68d.zip |
Add server daemonization
Diffstat (limited to 'torus.1')
-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 |