https://bugzilla.novell.com/show_bug.cgi?id=853384 https://bugzilla.novell.com/show_bug.cgi?id=853384#c9 --- Comment #9 from Dr. Werner Fink <werner@suse.com> 2013-12-04 14:14:35 UTC --- It is possible to use arpwatch@.service with e.g. [Unit] Description=Arpwatch daemon which keeps track of ethernet/ip address pairings After=syslog.target network.target [Service] Type=forking Environment=ARPWATCH_ARGS= EnvironmentFile=-/etc/sysconfig/arpwatch/sysconfig.arpwatch PrivateTmp=yes ExecStart=/usr/sbin/arpwatch $ARPWATCH_ARGS -i %i -f /var/lib/arpwatch/arp.dat.%i [Install] WantedBy=multi-user.target then you may start arpwatch on e.g. eth0 with systemctl start arpwatch@eth0.service -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.