From 193e1b8b08de72ae1675260436aab10e2bb44e99 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 8 Jul 2016 21:08:33 +0000 Subject: examples: minimize differences for systemd examples Our nntpd and httpd are similar so configuration differences should be minimized --- examples/public-inbox-httpd@.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/public-inbox-httpd@.service') diff --git a/examples/public-inbox-httpd@.service b/examples/public-inbox-httpd@.service index 4efea2ad..56117ef0 100644 --- a/examples/public-inbox-httpd@.service +++ b/examples/public-inbox-httpd@.service @@ -17,7 +17,9 @@ PERL_INLINE_DIRECTORY=/tmp/.pub-inline LimitNOFILE = 30000 ExecStartPre = /bin/mkdir -p -m 1777 /tmp/.pub-inline -ExecStart = /usr/local/bin/public-inbox-httpd +ExecStart = /usr/local/bin/public-inbox-httpd \ +-1 /var/log/public-inbox/httpd.out.log +StandardError = syslog Sockets = public-inbox-httpd.socket KillSignal = SIGQUIT User = nobody -- cgit v1.2.3-24-ge0c7