Start LuCIttpd in background
This commit is contained in:
parent
5c61c377c1
commit
77ac7cfcad
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ set -e
|
|||
|
||||
start() {
|
||||
echo -n "Starting $DESC: $NAME"
|
||||
start-stop-daemon -S -q -x $DAEMON
|
||||
start-stop-daemon -b -S -q -x $DAEMON
|
||||
echo "."
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue