NetBSD/etc/rc.d/ifwatchd
martin 047a69a2e5 Make it start before "SERVERS" and remove redundant dependency on
"network". This brings it in line with the altqd script, which has
very similar requirements.
2003-03-14 09:18:50 +00:00

19 lines
255 B
Bash

#!/bin/sh
#
# $NetBSD: ifwatchd,v 1.2 2003/03/14 09:18:50 martin Exp $
#
# PROVIDE: ifwatchd
# REQUIRE: mountcritremote
# BEFORE: SERVERS
. /etc/rc.subr
name="ifwatchd"
rcvar=$name
command="/usr/sbin/${name}"
load_rc_config $name
run_rc_command "$1"