#!/sbin/runscript depend() { need ls-hubd-pub ls-hubd-prv } start() { ebegin "Starting ${SVCNAME}" start-stop-daemon --make-pidfile --pidfile=/run/db8-tempdb.pid --background --start -- /usr/sbin/mojodb-luna -c /etc/palm/db8/tempdb.conf eend } stop() { start-stop-daemon --stop -p /run/db8-tempdb.pid } # vim: ts=4 filetype=gentoo-init-d