user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Subject: [PATCH] examples: add systemd example for public-inbox-watch
Date: Wed, 30 May 2018 20:33:18 +0000	[thread overview]
Message-ID: <20180530203318.22163-1-e@80x24.org> (raw)

I guess I forgot to include this, but I've been running
public-inbox-watch as a systemd service for nearly two
years, now.
---
 MANIFEST                            |  1 +
 examples/public-inbox-watch.service | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 examples/public-inbox-watch.service

diff --git a/MANIFEST b/MANIFEST
index 8038ad4..5bbd4f7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -37,6 +37,7 @@ examples/public-inbox-httpd.socket
 examples/public-inbox-httpd@.service
 examples/public-inbox-nntpd.socket
 examples/public-inbox-nntpd@.service
+examples/public-inbox-watch.service
 examples/public-inbox.psgi
 examples/unsubscribe-milter.socket
 examples/unsubscribe-milter@.service
diff --git a/examples/public-inbox-watch.service b/examples/public-inbox-watch.service
new file mode 100644
index 0000000..abb4146
--- /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
-- 
EW


                 reply	other threads:[~2018-05-30 20:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180530203318.22163-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).