From 287c2039af668ec13fb7b509475acbff338dd4fe Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 14 Oct 2018 19:50:44 -0400 Subject: Add server daemonization --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README') 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. -- cgit 1.4.1