ports/net-mgmt/fastnetmon/files/fastnetmon.in
2015-08-31 09:29:17 +00:00

28 lines
512 B
Bash

#!/bin/sh
# PROVIDE: fastnetmon
# REQUIRE: NETWORKING SERVERS LOGIN
# BEFORE: securelevel
# KEYWORD: shutdown
# Add the following line to /etc/rc.conf to enable 'fastnetmon':
#
# fastnetmon_enable="YES"
#
. /etc/rc.subr
name=fastnetmon
desc="fastnetmon startup script"
rcvar=fastnetmon_enable
load_rc_config "$name"
: ${fastnetmon_enable:=NO}
: ${fastnetmon_user:=fastnetmon}
: ${fastnetmon_flags:=--daemonize}
command=%%PREFIX%%/bin/fastnetmon
pidfile=/var/run/fastnetmon/$name.pid
run_rc_command "$1"