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