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 /README | |
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-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README index c4f2494..743a4e6 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ NAME server, client, image, meta, merge – collaborative ASCII art SYNOPSIS - server [-d data] [-s sock] + server [-d data] [-p pidfile] [-s sock] client [-h] [-s sock] image [-d data] [-f font] [-x x] [-y y] meta @@ -38,6 +38,9 @@ DESCRIPTION -h Write help page data to standard output and exit. + -p pidfile + Daemonize and write PID to pidfile. + -s sock Set path to UNIX-domain socket. The default path is torus.sock. |