1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/etc/rc.d/ifwatchd
2002-06-21 19:07:21 +00:00

18 lines
197 B
Bash

#!/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"