diff options
author | June McEnroe <june@causal.agency> | 2018-10-20 15:45:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-20 15:45:58 -0400 |
commit | ca58a350958105f5529fb14504f4e229b675e39f (patch) | |
tree | dc09e97b4aa4cb8c2eede715cf0b7f0c8f4e1c5d /README | |
parent | Add server daemonization (diff) | |
download | torus-ca58a350958105f5529fb14504f4e229b675e39f.tar.gz torus-ca58a350958105f5529fb14504f4e229b675e39f.zip |
Only use pidfile(3) on FreeBSD
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index 743a4e6..67c4dcc 100644 --- a/README +++ b/README @@ -39,7 +39,7 @@ DESCRIPTION -h Write help page data to standard output and exit. -p pidfile - Daemonize and write PID to pidfile. + Daemonize and write PID to pidfile. Only available on FreeBSD. -s sock Set path to UNIX-domain socket. The default path is torus.sock. |