From: Hs_Yeah Date: Mon, 18 Sep 2023 19:12:47 +0000 (+0800) Subject: Added AmbientCapabilities to nqptp.service.in X-Git-Tag: 1.2.5-dev^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050a8c2de9f3e1f4859abf9b36d2f18afd4c34d7;p=thirdparty%2Fnqptp.git Added AmbientCapabilities to nqptp.service.in Added AmbientCapabilities=CAP_NET_BIND_SERVICE so that the systemd service can be used without the capability set on the built nqptp binary. --- diff --git a/nqptp.service.in b/nqptp.service.in index 6f1eb0c..53e6a2e 100644 --- a/nqptp.service.in +++ b/nqptp.service.in @@ -8,6 +8,7 @@ Before=shairport-sync.service ExecStart=@prefix@/bin/nqptp User=nqptp Group=nqptp +AmbientCapabilities=CAP_NET_BIND_SERVICE [Install] WantedBy=multi-user.target