2018-01-28 11:59:22 +00:00
|
|
|
[Unit]
|
|
|
|
Description=yggdrasil
|
|
|
|
Wants=network.target
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2018-12-14 14:25:26 +00:00
|
|
|
Group=yggdrasil
|
2018-01-28 11:59:22 +00:00
|
|
|
ProtectHome=true
|
|
|
|
ProtectSystem=true
|
|
|
|
SyslogIdentifier=yggdrasil
|
2019-10-29 14:36:03 +00:00
|
|
|
CapabilityBoundingSet=CAP_NET_ADMIN
|
2019-10-23 10:15:57 +00:00
|
|
|
ExecStartPre=+-/sbin/modprobe tun
|
2018-01-28 11:59:22 +00:00
|
|
|
ExecStartPre=/bin/sh -ec "if ! test -s /etc/yggdrasil.conf; \
|
|
|
|
then umask 077; \
|
|
|
|
yggdrasil -genconf > /etc/yggdrasil.conf; \
|
|
|
|
echo 'WARNING: A new /etc/yggdrasil.conf file has been generated.'; \
|
|
|
|
fi"
|
2018-12-14 14:25:26 +00:00
|
|
|
ExecStart=/usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf
|
2019-02-18 22:31:34 +00:00
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
2018-01-28 11:59:22 +00:00
|
|
|
Restart=always
|
2019-09-27 08:37:34 +00:00
|
|
|
TimeoutStopSec=5
|
2018-01-28 11:59:22 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|