version 1.1 | | version 1.2 |
---|
| | |
sleep 1 | | sleep 1 |
done | | done |
echo | | echo |
start-stop-daemon --start --chuid nobody:games --verbose --exec $DAEMON -- -detach | | start-stop-daemon --start --chuid games:games --verbose --exec $DAEMON -- -detach |
;; | | ;; |
start) | | start) |
start-stop-daemon --start --chuid nobody:games --verbose --exec $DAEMON -- -detach | | start-stop-daemon --start --chuid games:games --verbose --exec $DAEMON -- -detach |
;; | | ;; |
stop) | | stop) |
start-stop-daemon --stop --verbose --exec $DAEMON | | start-stop-daemon --stop --verbose --exec $DAEMON |