From 3e0a8f5f60a65dee8d18b61cd8c87b2cb1bf271a Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 11 Nov 2013 12:19:02 +0000 Subject: [PATCH] uhttp: make the service auto respawn if it crashes Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38724 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/uhttpd/files/uhttpd.init | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/services/uhttpd/files/uhttpd.init b/package/network/services/uhttpd/files/uhttpd.init index ce304831eb..5b7686470b 100755 --- 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" -- 2.11.0