NetBSD/etc/rc.d/ipmon

19 lines
255 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: ipmon,v 1.9 2002/04/18 05:02:01 lukem Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: ipmon
# REQUIRE: syslogd
# BEFORE: SERVERS
2000-03-10 14:53:23 +03:00
. /etc/rc.subr
name="ipmon"
rcvar=$name
2000-03-10 14:53:23 +03:00
command="/usr/sbin/${name}"
command_args="-D"
load_rc_config $name
2000-03-10 14:53:23 +03:00
run_rc_command "$1"