mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-01-10 14:38:13 +01:00
18 lines
429 B
SYSTEMD
18 lines
429 B
SYSTEMD
|
#/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=simple
|
||
|
#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
|