EtherGuard-VPN/example_config/systemd/etherguard-super.service
Kusakabe Si 6ca992a1db readme.md and allowed_char
Update etherguard-super.service

Update etherguard-super.service

Update etherguard-super.service
2021-12-15 07:11:24 +00:00

18 lines
415 B
Desktop File

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