diff options
Diffstat (limited to 'conf/gentoo/init.d/puppetmaster')
| -rwxr-xr-x | conf/gentoo/init.d/puppetmaster | 3 |
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" } |
