X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c40540b748b3c815e9299216481afd927dd04754..1346670131134bfcb44cffe8bcbcc6e8d762980f:/projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo diff --git a/projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo b/projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo index 4f43ce8b..699e3310 100755 --- a/projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo +++ b/projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo @@ -14,7 +14,7 @@ depend() { start() { ebegin "Starting stargazer" - start-stop-daemon --start --quiet --exec ${DAEMON} -- ${STARGAZER_OPTS} + start-stop-daemon --start --quiet --pidfile ${PIDFILE} --exec ${DAEMON} -- ${STARGAZER_OPTS} eend $? }