summaryrefslogtreecommitdiffstats
path: root/roles/clients/files/arp-watcher-eno1.service
blob: 225281892a72eac26bef1f6ebd99bb2a5a754f40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=ARP Watcher iface eno1
Requires=network-online.target
After=network-online.target

[Service]
Type=forking
# Note you need to escape percentage sign
ExecStart=/usr/sbin/arpwatch -i eno1

[Install]
WantedBy=multi-user.target