From d772261e4b8d39b72f19dfa025441e65eb388d6a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 30 May 2018 20:33:18 +0000 Subject: examples: add systemd example for public-inbox-watch I guess I forgot to include this, but I've been running public-inbox-watch as a systemd service for nearly two years, now. --- examples/public-inbox-watch.service | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/public-inbox-watch.service (limited to 'examples') diff --git a/examples/public-inbox-watch.service b/examples/public-inbox-watch.service new file mode 100644 index 00000000..abb41469 --- /dev/null +++ b/examples/public-inbox-watch.service @@ -0,0 +1,20 @@ +# ==> /etc/systemd/system/public-inbox-watch.service <== + +[Unit] +Description = public-inbox Maildir watch +After = spamassassin.service + +[Service] +Environment = PI_CONFIG=/home/pi/.public-inbox/config \ +PATH=/usr/local/bin:/usr/bin:/bin +ExecStart = /usr/local/bin/public-inbox-watch + +StandardOutput = syslog +StandardError = syslog +ExecReload = /bin/kill -HUP $MAINPID +# this user must have read access to Maildirs it watches +User = pi +KillMode = process + +[Install] +WantedBy = multi-user.target -- cgit v1.2.3-24-ge0c7