summaryrefslogtreecommitdiff
path: root/net-analyzer/arpwatch/files/arpwatch.service
blob: 943e3146f8df9bc40941db083e840ca1876d6830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Ethernet monitoring program that tracks net/IP pairings
Documentation=man:arpwatch(8)
Conflicts=
After=systemd-networkd.service

PIDFILE=/run/arpwatch.pid

[Service]
Type=forking
ExecStartPre=/bin/rm -f /run/arpwatch.pid
ExecStart=/usr/sbin/arpwatch $IFACES $PIDFILE $RUNUSER $OPTIONS $DATA
Restart=on-abort

[Install]
Alias=arpwatchd.service