sample.* adjust more samples a bit

This commit is contained in:
Natanael Copa 2009-07-01 13:20:21 +00:00
parent 0bd0949519
commit 91c3cc9bc0
2 changed files with 3 additions and 5 deletions

View File

@ -5,5 +5,3 @@
#
OPTS=""
USER="nobody"
GROUP="nobody"

View File

@ -11,9 +11,9 @@ depend() {
start() {
ebegin "Starting ${NAME}"
start-stop-daemon --start --quiet --background \
--make-pidfile --pidfile /var/run/${NAME}.pid \
--chuid ${USER}:${GROUP} \
start-stop-daemon --start --quiet \
--pidfile /var/run/${NAME}.pid \
--chuid ${DAEMON_USER}:${DAEMON_GROUP} \
--exec ${DAEMON} -- ${OPTS}
eend $?
}