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="" OPTS=""
USER="nobody"
GROUP="nobody"

View File

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