summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ipmon
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/ipmon')
-rwxr-xr-xetc/rc.d/ipmon17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/rc.d/ipmon b/etc/rc.d/ipmon
new file mode 100755
index 0000000..6f635c5
--- /dev/null
+++ b/etc/rc.d/ipmon
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# $NetBSD: ipmon,v 1.2 2000/05/13 08:45:07 lukem Exp $
+#
+
+# PROVIDE: ipmon
+# REQUIRE: syslogd
+
+. /etc/rc.subr
+
+name="ipmon"
+rcvar=$name
+command="/usr/sbin/${name}"
+command_args="&"
+
+load_rc_config $name
+run_rc_command "$1"
OpenPOWER on IntegriCloud