diff options
author | David Anderson <[email protected]> | 2017-01-31 18:42:42 -0800 |
---|---|---|
committer | David Anderson <[email protected]> | 2017-01-31 18:42:42 -0800 |
commit | a5c2ccd532db7f26e6f6caff9570f126b9f58713 (patch) | |
tree | 6eee0700d7ae5b74f420f640f568578563643a66 | |
parent | a94dbd1d9e69346cbc08462da0b799f4d7d1d51f (diff) |
Use nogroup as the group, not nobody.
-rw-r--r-- | systemd/tlsrouter.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 |