X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/6ab0ce51a63441ab865e75fd631e4f363067d58e..01c8efc4c28d6f4fb844a4d70e53000104a049e9:/projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo?ds=sidebyside 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 $? }