freebsd-dev/etc/rc.d/ifwatchd

18 lines
197 B
Plaintext
Raw Normal View History

2002-06-21 19:07:21 +00:00
#!/bin/sh
#
# $NetBSD$
#
# PROVIDE: ifwatchd
# REQUIRE: mountcritremote network
. /etc/rc.subr
name="ifwatchd"
rcvar=$name
command="/usr/sbin/${name}"
load_rc_config $name
run_rc_command "$1"