X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/6ab0ce51a63441ab865e75fd631e4f363067d58e..8c6fa3fbaccc22127280bf77a48fab5a3ee0716e:/projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo?ds=inline diff --git a/projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo b/projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo index 4f43ce8b..daa0fd67 100755 --- a/projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo +++ b/projects/stargazer/inst/linux/etc/init.d/stargazer.gentoo @@ -1,6 +1,6 @@ #!/sbin/runscript -opts="reload" +extra_commands="reload" DAEMON=/usr/sbin/stargazer STARGAZER_OPTS="" @@ -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 $? }