047a69a2e5
"network". This brings it in line with the altqd script, which has very similar requirements.
19 lines
255 B
Bash
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"
|
|
|