mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
282 B
Bash
16 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"
|