Skip to content
Snippets Groups Projects
Commit 91c3cc9b authored by Natanael Copa's avatar Natanael Copa
Browse files

sample.* adjust more samples a bit

parent 0bd09495
No related merge requests found
...@@ -5,5 +5,3 @@ ...@@ -5,5 +5,3 @@
# #
OPTS="" OPTS=""
USER="nobody"
GROUP="nobody"
...@@ -11,9 +11,9 @@ depend() { ...@@ -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 $?
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment