kopia lustrzana https://github.com/cyoung/stratux
Fixes #16.
rodzic
b5081ca849
commit
e61ea656a6
|
|
@ -30,7 +30,7 @@ case "$1" in
|
||||||
start)
|
start)
|
||||||
log_daemon_msg "Starting $DESC" "$NAME"
|
log_daemon_msg "Starting $DESC" "$NAME"
|
||||||
start-stop-daemon --start --oknodo --quiet --exec "$DAEMON_SBIN" \
|
start-stop-daemon --start --oknodo --quiet --exec "$DAEMON_SBIN" \
|
||||||
--pidfile "$PIDFILE" -- $DAEMON_OPTS >/dev/null
|
--pidfile "$PIDFILE" --make-pidfile -- $DAEMON_OPTS >/dev/null
|
||||||
log_end_msg "$?"
|
log_end_msg "$?"
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue