X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/6ab0ce51a63441ab865e75fd631e4f363067d58e..d01b7e436a86d4d34eff99ab9ca75f552f6a6196:/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 $? }