Path: blob/main/net-mgmt/chillispot/files/chillispot.in
28738 views
#!/bin/sh
# PROVIDE: chillispot
# REQUIRE: netif
# BEFORE: pf ipfw
# KEYWORD: nojail
. /etc/rc.subr
name="chillispot"
rcvar=chillispot_enable
command="%%PREFIX%%/sbin/chilli"
pidfile=/var/run/chilli.pid
load_rc_config $name
: ${chillispot_enable="NO"}
: ${chillispot_config="%%PREFIX%%/etc/chilli.conf"}
command_args="--conf=${chillispot_config}"
run_rc_command "$1"