Files
ports/sysutils/cfengine316/files/cf-execd.in
T
Cy Schubert 406567833d Welcome the new cfengine 3.16.0 and cfengine-masterfiles 3.16.0.
Both become the default cfengine ports/packages.
2020-11-14 05:28:58 +00:00

29 lines
580 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: cf-execd
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf[.local] to enable cf-execd(8)
#
# cf_execd_enable (bool): Set to "NO" by default.
# Set it to "YES" to enable cf-execd.
# cf_execd_flags (str): Custom additional arguments to be passed
# to cf-execd (default empty).
#
. /etc/rc.subr
name="cf_execd"
rcvar=cf_execd_enable
command="%%PREFIX%%/bin/cf-execd"
load_rc_config $name
: ${cf_execd_enable="NO"}
run_rc_command "$1"