#!/bin/bash

PROGRAM="/usr/bin/arpwatch"
ARGS="-i eth0 -f /var/lib/arpwatch/eth0.dat"
RUNLEVEL=3
NEEDS="+network"

. /etc/init.d/smgl_init
