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