EtherGuard-VPN/example_config/systemd/etherguard-super.service
2021-12-07 20:39:19 +00:00

18 lines
429 B
Desktop File

#/etc/systemd/system/etherguard-super.service
[Unit]
Description=Etherguard supernode
After=network.target
# wg-quick.service
[Service]
User=nobody
Group=nogroup
WorkingDirectory=/etc/eggo
Type=notify
#ExecStartPre=+chgrp nogroup /var/run/wireguard
#ExecStartPre=+chmod 775 /var/run/wireguard
ExecStart=etherguard-go -config /etc/eggo/super.yaml -mode super -no-uapi
Nice=5
[Install]
WantedBy=multi-user.target