mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-11-22 15:23:08 +01:00
16 lines
317 B
Desktop File
16 lines
317 B
Desktop File
#/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=notify
|
|
ExecStart=etherguard-go -config /etc/eggo/edge.yaml -mode edge
|
|
Nice=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |