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

Merge pull request #584 from neilalexander/systemd

systemd: Allow ExecStartPre failures
This commit is contained in:
Neil Alexander
2019-10-23 11:18:20 +01:00
committed by GitHub

View File

@ -9,7 +9,7 @@ ProtectHome=true
ProtectSystem=true
SyslogIdentifier=yggdrasil
CapabilityBoundSet=CAP_NET_ADMIN
ExecStartPre=+/sbin/modprobe tun
ExecStartPre=+-/sbin/modprobe tun
ExecStartPre=/bin/sh -ec "if ! test -s /etc/yggdrasil.conf; \
then umask 077; \
yggdrasil -genconf > /etc/yggdrasil.conf; \