EtherGuard-VPN/example_config/systemd/etherguard-edge.service
2021-12-07 20:39:19 +00: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=notify
ExecStart=etherguard-go -config /etc/eggo/edge.yaml -mode edge
Nice=5
[Install]
WantedBy=multi-user.target