summarylogtreecommitdiffstats
path: root/overture.service
diff options
context:
space:
mode:
authorMaddie Zhan2017-03-31 12:38:05 +0800
committerMaddie Zhan2017-03-31 12:38:05 +0800
commitce76622c575e401bdee4a2633e81e08e8b328369 (patch)
treed63f43f49e7b277620f9e8493f1edd2484b8010b /overture.service
parent6fb2802db3b5a91724c7a9b5a5468a48a76dd5b3 (diff)
downloadaur-ce76622c575e401bdee4a2633e81e08e8b328369.tar.gz
Fix binding privileged ports
Diffstat (limited to 'overture.service')
-rw-r--r--overture.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/overture.service b/overture.service
index 8af3ccdff0d4..d95920c53522 100644
--- a/overture.service
+++ b/overture.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
User=nobody
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+AmbientCapabilities=CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/overture -c /etc/overture/config.json
Restart=always
RestartSec=5