summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-04-18 01:19:11 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-04-18 01:19:11 +1000
commit0a5d8a639014495388b2b6c87c295ab4877f9139 (patch)
tree18c878bec9eeca74847e4212d6bc41e89a8f758d /conf
parent459979165956fb12874b9d7672ad1b3d960e9512 (diff)
downloadpuppet-0a5d8a639014495388b2b6c87c295ab4877f9139.tar.gz
puppet-0a5d8a639014495388b2b6c87c295ab4877f9139.tar.xz
puppet-0a5d8a639014495388b2b6c87c295ab4877f9139.zip
Fixed #1195 - support for gentoo openrc
Diffstat (limited to 'conf')
-rwxr-xr-xconf/gentoo/init.d/puppetmaster3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/gentoo/init.d/puppetmaster b/conf/gentoo/init.d/puppetmaster
index 67ada5c41..fcf71add4 100755
--- a/conf/gentoo/init.d/puppetmaster
+++ b/conf/gentoo/init.d/puppetmaster
@@ -34,7 +34,8 @@ start() {
[[ -n "${PUPPETMASTER_EXTRA_OPTS}" ]] && options="${options} ${PUPPETMASTER_EXTRA_OPTS}"
ebegin "Starting puppetmaster"
- start-stop-daemon --start --quiet --exec /usr/bin/puppetmasterd \
+ start-stop-daemon --start --quiet \
+ --pidfile ${PUPPETMASTER_PID_DIR}/puppetmasterd.pid --exec /usr/bin/puppetmasterd \
-- ${options}
eend $? "Failed to start puppetmaster"
}