EtherGuard-VPN/example_config/systemd/etherguard-edge.service

16 lines
317 B
SYSTEMD
Raw Normal View History

2021-11-16 08:45:07 +01:00
#/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