mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-12-01 03:33:08 +01:00
6ca992a1db
Update etherguard-super.service Update etherguard-super.service Update etherguard-super.service
18 lines
415 B
Desktop File
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
|