summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-11-11 12:19:02 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-11-11 12:19:02 +0000
commit3e0a8f5f60a65dee8d18b61cd8c87b2cb1bf271a (patch)
tree3fa62996348d7dcf5eeb5786f1ccc247c1d15f8d /package
parent32c284096796454b474c70667c0f85e64ddf82d0 (diff)
uhttp: make the service auto respawn if it crashes
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38724 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-xpackage/network/services/uhttpd/files/uhttpd.init1
1 files changed, 1 insertions, 0 deletions
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"