From a5c2ccd532db7f26e6f6caff9570f126b9f58713 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 31 Jan 2017 18:42:42 -0800 Subject: Use nogroup as the group, not nobody. --- systemd/tlsrouter.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/tlsrouter.service b/systemd/tlsrouter.service index e1e5fa0..23e8fe1 100644 --- a/systemd/tlsrouter.service +++ b/systemd/tlsrouter.service @@ -7,7 +7,7 @@ WorkingDirectory=/tmp ExecStart=/usr/bin/tlsrouter -conf /etc/tlsrouter.conf Restart=always User=nobody -Group=nobody +Group=nogroup CapabilityBoundingSet=CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_BIND_SERVICE PrivateTmp=true -- cgit v1.2.3