4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-01 03:56:17 +00:00

Merge pull request #813 from cofob/patch-1

Allow yggdrasil bind to ports <1024
This commit is contained in:
Neil Alexander
2021-07-22 12:18:11 +01:00
committed by GitHub

View File

@ -10,7 +10,7 @@ Group=yggdrasil
ProtectHome=true
ProtectSystem=true
SyslogIdentifier=yggdrasil
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE
ExecStartPre=+-/sbin/modprobe tun
ExecStart=/usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf
ExecReload=/bin/kill -HUP $MAINPID