4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-16 10:06:05 +00:00

Update binary path in systemd service files to match the website.

This commit is contained in:
Chris Hills
2021-07-02 12:53:05 +01:00
parent 9239ed70e4
commit 9391430bc0
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ ProtectSystem=true
SyslogIdentifier=yggdrasil
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
ExecStartPre=+-/sbin/modprobe tun
ExecStart=/usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf
ExecStart=/usr/local/bin/yggdrasil -useconffile /etc/yggdrasil.conf
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
TimeoutStopSec=5