From: John Crispin Date: Mon, 11 Nov 2013 12:19:02 +0000 (+0000) Subject: uhttp: make the service auto respawn if it crashes X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=c77ae7ec32ef6c778485f77843f256d9db3b75f8;p=15.05%2Fopenwrt.git 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 --- 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"