4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-06 23:54:07 +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

@ -9,5 +9,5 @@ After=local-fs.target
Type=oneshot
Group=yggdrasil
StandardOutput=file:/etc/yggdrasil.conf
ExecStart=/usr/bin/yggdrasil -genconf
ExecStartPost=/usr/bin/chmod 0640 /etc/yggdrasil.conf
ExecStart=/usr/local/bin/yggdrasil -genconf
ExecStartPost=/usr/local/bin/chmod 0640 /etc/yggdrasil.conf