To have arpwatch start at boot time, add something like this into /etc/rc.local: if [ -x /usr/local/sbin/arpwatch -a -d /var/arpwatch ]; then /usr/local/sbin/arpwatch && echo -n ' arpwatch' fi