summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3-legacy/files/cf-execd.in
blob: 59803d5f7e15630471300017a5ecc00110f53ac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/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=${name}_enable

command="%%PREFIX%%/sbin/cf-execd"

load_rc_config $name

: ${cf_execd_enable="NO"}

run_rc_command "$1"