From cef85ffa8e58451a8200fc40a71b88e931b8d024 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 11 Aug 2022 20:13:10 +0000 Subject: examples: add systemd files for -netd It's important show that a single systemd service and socket file can replace all other read-only daemons for ease-of-management. --- examples/public-inbox-nntpd@.service | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/public-inbox-nntpd@.service') 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 -- cgit v1.2.3-24-ge0c7