remove illegal argument -d from init scripts
This commit is contained in:
@@ -27,7 +27,7 @@ case "$1" in
|
|||||||
start)
|
start)
|
||||||
echo -n "Starting $DESC: "
|
echo -n "Starting $DESC: "
|
||||||
start-stop-daemon --start --quiet --background \
|
start-stop-daemon --start --quiet --background \
|
||||||
--exec $DAEMON -- -d $OPTIONS
|
--exec $DAEMON -- $OPTIONS
|
||||||
echo "$NAME."
|
echo "$NAME."
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ case "$1" in
|
|||||||
start)
|
start)
|
||||||
echo -n "Starting $DESC: "
|
echo -n "Starting $DESC: "
|
||||||
start-stop-daemon --start --quiet --background \
|
start-stop-daemon --start --quiet --background \
|
||||||
--exec $DAEMON -- -d $OPTIONS
|
--exec $DAEMON -- $OPTIONS
|
||||||
echo "$NAME."
|
echo "$NAME."
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ case "$1" in
|
|||||||
start)
|
start)
|
||||||
echo -n "Starting $DESC: "
|
echo -n "Starting $DESC: "
|
||||||
start-stop-daemon --start --quiet --background \
|
start-stop-daemon --start --quiet --background \
|
||||||
--exec $DAEMON -- -d $OPTIONS
|
--exec $DAEMON -- $OPTIONS
|
||||||
echo "$NAME."
|
echo "$NAME."
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
|
|||||||
Reference in New Issue
Block a user