|
freebsd service management redux: msg#00283sysutils.puppet.user
After reading the rc.subr(8) man page and Newburns's article on the rc.d subsystem[1], It's clear that a rc.conf.d per service file structure is already natively supported on FreeBSD. I've verified this with my own testing: # echo puppetmasterd_enable=\"YES\" > /etc/rc.conf.d/puppetmasterd # /usr/local/etc/rc.d/puppetmasterd start Performing sanity check of puppetmasterd configuration: OK Starting puppetmasterd. # /usr/local/etc/rc.d/puppetmasterd stop Stopping puppetmasterd. Waiting for PIDS: 53822. Obviously, I made sure it wasn't enabled in rc.conf. Just to clear any doubt: # echo puppetmasterd_enable=\"NO\" > /etc/rc.conf.d/puppetmasterd # /usr/local/etc/rc.d/puppetmasterd start <nada> It's kinda embarrassing I didn't already know this. On the other hand, this seams to be an obscure feature. [1] http://www.mewburn.net/luke/papers/rc.d.pdf -- Russell A. Jackson <raj@xxxxxxxx> Network Analyst California State University, Bakersfield Everything is controlled by a small evil group to which, unfortunately, no one we know belongs.
Puppet-users mailing list Puppet-users@xxxxxxxxxxx https://mail.madstop.com/mailman/listinfo/puppet-users |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Managing R packages under Linux: 00283, Lance A. Brown |
|---|---|
| Next by Date: | Re: [Puppet-dev] [Puppet-users] State of Development: 00283, David Schmitt |
| Previous by Thread: | Managing R packages under Linuxi: 00283, Lance A. Brown |
| Next by Thread: | Re: freebsd service management redux: 00283, Russell Jackson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |