ports/security/isakmpd/files/isakmpd.in
2021-04-06 16:31:13 +02:00

19 lines
281 B
Bash

#!/bin/sh
# PROVIDE: ike isakmpd
# REQUIRE: root mountcritlocal
# BEFORE: DAEMON
# KEYWORD: nojail
. /etc/rc.subr
name="isakmpd"
rcvar=isakmpd_enable
command="%%PREFIX%%/sbin/${name}"
extra_commands="reload"
load_rc_config $name
: ${isakmpd_enable="NO"}
run_rc_command "$1"