mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-01-10 06:28:13 +01:00
16 lines
317 B
SYSTEMD
16 lines
317 B
SYSTEMD
|
#/etc/systemd/system/etherguard-edge.service
|
||
|
[Unit]
|
||
|
Description=Etherguard edgenode
|
||
|
After=network.target
|
||
|
# wg-quick.service
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=root
|
||
|
WorkingDirectory=/etc/eggo
|
||
|
Type=simple
|
||
|
ExecStart=etherguard-go -config /etc/eggo/edge.yaml -mode edge
|
||
|
Nice=5
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|