projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f3b161
)
uhttp: make the service auto respawn if it crashes
author
John Crispin
<john@openwrt.org>
Mon, 11 Nov 2013 12:19:02 +0000
(12:19 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 11 Nov 2013 12:19:02 +0000
(12:19 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38724
package/network/services/uhttpd/files/uhttpd.init
patch
|
blob
|
history
diff --git
a/package/network/services/uhttpd/files/uhttpd.init
b/package/network/services/uhttpd/files/uhttpd.init
index ce304831ebd9d6391b2124846357a443629af2d1..5b7686470b77cb64e50e0e26222003b52b2704e6 100755
(executable)
--- a/
package/network/services/uhttpd/files/uhttpd.init
+++ b/
package/network/services/uhttpd/files/uhttpd.init
@@
-60,6
+60,7
@@
start_instance()
local listen http https interpreter indexes path
procd_open_instance
+ procd_set_param respawn
procd_set_param command "$UHTTPD_BIN" -f
append_arg "$cfg" home "-h"