arpwatch/SOURCES/arpwatch.service

13 lines
301 B
SYSTEMD
Raw Permalink Normal View History

2019-05-07 11:24:18 +00:00
[Unit]
Description=Arpwatch daemon which keeps track of ethernet/ip address pairings
After=syslog.target network-online.target
Documentation=man:arpwatch
[Service]
Type=forking
PrivateTmp=yes
ExecStart=/usr/sbin/arpwatch -u arpwatch -e root -s 'root (Arpwatch)'
[Install]
WantedBy=multi-user.target