Sha256: 35164790cef4c690c799a7d4f7c750d061836ef1d483d64305c925d12f1da615
Contents?: true
Size: 482 Bytes
Versions: 664
Compression:
Stored size: 482 Bytes
Contents
#!/bin/sh # # PROVIDE: puppetd # REQUIRE: NETWORK # KEYWORD: FreeBSD shutdown . /etc/rc.subr name=puppetd rcvar=`set_rcvar` # set defaults command=/usr/local/bin/puppetd pidfile="/var/run/$name.pid" #required_files="/usr/local/etc/$name.conf" # read configuration and set defaults load_rc_config "$name" : ${puppetd_enable="NO"} : ${puppetd_config="/usr/local/etc/puppet.conf"} : ${puppetd_flags=""} command_args="--config $puppetd_config $puppetd_flags" run_rc_command "$1"
Version data entries
664 entries across 664 versions & 4 rubygems