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