ports/sysutils/pfstat/files/pfstatd.in
2021-04-06 16:31:13 +02:00

21 lines
407 B
Bash

#!/bin/sh
# PROVIDE: pfstatd
# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf to enable pfstatd:
# pfstatd_enable (bool): Set to "NO" by default.
# Set it to "YES" to enable pfstatd
. /etc/rc.subr
name="pfstatd"
rcvar=pfstatd_enable
command="%%PREFIX%%/bin/${name}"
load_rc_config ${name}
: ${pfstatd_enable:="NO"}
run_rc_command "$1"