pkgsrc/sysutils/cfengine3/files/cfserverd.sh
pettai 20b9e7acfa Cfengine, or the "configuration engine" is a very high level language
for building expert systems which administrate and configure large
computer networks. Cfengine uses the idea of classes and a primitive
form of intelligence to define and automate the configuration of
large systems in the most economical way possible. Cfengine is
designed to be a part of computer immune system.

Cfengine 3 is operationally backwards compatible with Cfengine 2, but the
language is not. Cfengine 3 is not a drop-in replacement for Cfengine 2.
2010-11-05 13:57:21 +00:00

15 lines
282 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: cfserverd.sh,v 1.1.1.1 2010/11/05 13:57:21 pettai Exp $
# PROVIDE: cfserverd
. /etc/rc.subr
name="cfserverd"
rcvar=$name
command="@PREFIX@/sbin/cf-serverd"
required_files="/var/cfengine/inputs/site.cf"
load_rc_config $name
run_rc_command "$1"