about summary refs log tree commit homepage
path: root/examples/public-inbox-nntpd@.service
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-08-11 20:13:10 +0000
committerEric Wong <e@80x24.org>2022-08-11 21:58:07 +0000
commitcef85ffa8e58451a8200fc40a71b88e931b8d024 (patch)
tree1c9fd18932d96c490c5331e2014f3b59fa048895 /examples/public-inbox-nntpd@.service
parentb2c0df4da9317c1dbfaacdfb1b2af2f0d08afaef (diff)
downloadpublic-inbox-cef85ffa8e58451a8200fc40a71b88e931b8d024.tar.gz
It's important show that a single systemd service and socket file
can replace all other read-only daemons for ease-of-management.
Diffstat (limited to 'examples/public-inbox-nntpd@.service')
-rw-r--r--examples/public-inbox-nntpd@.service3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/public-inbox-nntpd@.service b/examples/public-inbox-nntpd@.service
index d6aea067..56e1cc8f 100644
--- a/examples/public-inbox-nntpd@.service
+++ b/examples/public-inbox-nntpd@.service
@@ -1,4 +1,7 @@
 # ==> /etc/systemd/system/public-inbox-nntpd@.service <==
+# Consider looking at public-inbox-netd@.service instead of this file
+# to simplify management when serving multiple protocols.
+#
 # Since SIGUSR2 upgrades do not work under systemd, this service file
 # allows starting two simultaneous services during upgrade time
 # (e.g. public-inbox-nntpd@1 public-inbox-nntpd@2) with the intention