projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c61c37
)
Start LuCIttpd in background
author
Steven Barth
<steven@midlink.org>
Sun, 7 Dec 2008 20:09:46 +0000
(20:09 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 7 Dec 2008 20:09:46 +0000
(20:09 +0000)
libs/lucittpd/root/etc/init.d/lucittpd
patch
|
blob
|
history
diff --git
a/libs/lucittpd/root/etc/init.d/lucittpd
b/libs/lucittpd/root/etc/init.d/lucittpd
index 139f30b574821085cd5a4cedf27a6e7fe45bfed1..a7f78e003a262d819f76e2fc1effdb7bfab0f079 100755
(executable)
--- a/
libs/lucittpd/root/etc/init.d/lucittpd
+++ b/
libs/lucittpd/root/etc/init.d/lucittpd
@@
-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 "."
}