mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
17 lines
197 B
Bash
17 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"
|
|
|