uhttp: make the service auto respawn if it crashes
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Nov 2013 12:19:02 +0000 (12:19 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Nov 2013 12:19:02 +0000 (12:19 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38724 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/network/services/uhttpd/files/uhttpd.init

index ce30483..5b76864 100755 (executable)
@@ -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"