aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-11-11 12:19:02 +0000
committerJohn Crispin <blogic@openwrt.org>2013-11-11 12:19:02 +0000
commitc77ae7ec32ef6c778485f77843f256d9db3b75f8 (patch)
tree3fa62996348d7dcf5eeb5786f1ccc247c1d15f8d /package
parent7a06fe0b425224ba24a6faf832c46846390a2c51 (diff)
downloadmaster-187ad058-c77ae7ec32ef6c778485f77843f256d9db3b75f8.tar.gz
master-187ad058-c77ae7ec32ef6c778485f77843f256d9db3b75f8.tar.bz2
master-187ad058-c77ae7ec32ef6c778485f77843f256d9db3b75f8.zip
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"