From 95856c34eaaa3c57829aea34f1afa42c23bc3124 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 28 Oct 2023 18:01:12 +0000 Subject: examples/*.service: avoid `nobody' user on systemd systemd complains about `User=nobody' since `nobody' has access to all files which can't be mapped to a valid UID. We'll also switch to `Group=ssl-cert' since that ought to be able to read TLS certificates. --- examples/public-inbox-nntpd@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/public-inbox-nntpd@.service') diff --git a/examples/public-inbox-nntpd@.service b/examples/public-inbox-nntpd@.service index 11bc223f..24f9ca73 100644 --- a/examples/public-inbox-nntpd@.service +++ b/examples/public-inbox-nntpd@.service @@ -32,7 +32,7 @@ NonBlocking = true Sockets = public-inbox-nntpd.socket KillSignal = SIGQUIT -User = nobody +User = news Group = ssl-cert ExecReload = /bin/kill -HUP $MAINPID TimeoutStopSec = 86400 -- cgit v1.2.3-24-ge0c7