sample.* adjust more samples a bit
This commit is contained in:
parent
0bd0949519
commit
91c3cc9bc0
@ -5,5 +5,3 @@
|
||||
#
|
||||
|
||||
OPTS=""
|
||||
USER="nobody"
|
||||
GROUP="nobody"
|
||||
|
@ -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 $?
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user