blob: 6ac1334ed88eb44637c93fe8da7f8c77cc574122 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Etherguard supernode
After=network.target
[Service]
Type=notify
ExecStart=/usr/bin/etherguard-go -config /etc/etherguard-go/%i.yaml -mode super
Nice=5
[Install]
WantedBy=multi-user.target
|