EtherGuard-VPN/example_config/systemd/etherguard-edge.service
2021-11-16 15:45:07 +08:00

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=simple
ExecStart=etherguard-go -config /etc/eggo/edge.yaml -mode edge
Nice=5
[Install]
WantedBy=multi-user.target