uhttp: make the service auto respawn if it crashes
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38724
This commit is contained in:
parent
9f3b161a57
commit
3cc0f479dc
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ start_instance()
|
||||||
local listen http https interpreter indexes path
|
local listen http https interpreter indexes path
|
||||||
|
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
|
procd_set_param respawn
|
||||||
procd_set_param command "$UHTTPD_BIN" -f
|
procd_set_param command "$UHTTPD_BIN" -f
|
||||||
|
|
||||||
append_arg "$cfg" home "-h"
|
append_arg "$cfg" home "-h"
|
||||||
|
|
Loading…
Reference in a new issue