about summary refs log tree commit homepage
path: root/examples/public-inbox-nntpd@.service
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-10-28 18:01:12 +0000
committerEric Wong <e@80x24.org>2023-10-28 23:09:38 +0000
commit95856c34eaaa3c57829aea34f1afa42c23bc3124 (patch)
treeaf3de195867a5192aa5317665acee2865e97b082 /examples/public-inbox-nntpd@.service
parent3bca5c90c297c334580cffe352df6c6db4eded6b (diff)
downloadpublic-inbox-95856c34eaaa3c57829aea34f1afa42c23bc3124.tar.gz
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.
Diffstat (limited to 'examples/public-inbox-nntpd@.service')
-rw-r--r--examples/public-inbox-nntpd@.service2
1 files changed, 1 insertions, 1 deletions
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