mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-12-26 07:38:48 +01:00
18 lines
429 B
Desktop File
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 |