diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-11 12:19:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-11 12:19:02 +0000 |
commit | c77ae7ec32ef6c778485f77843f256d9db3b75f8 (patch) | |
tree | 3fa62996348d7dcf5eeb5786f1ccc247c1d15f8d /package/network/services | |
parent | 7a06fe0b425224ba24a6faf832c46846390a2c51 (diff) | |
download | upstream-c77ae7ec32ef6c778485f77843f256d9db3b75f8.tar.gz upstream-c77ae7ec32ef6c778485f77843f256d9db3b75f8.tar.bz2 upstream-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/network/services')
-rwxr-xr-x | package/network/services/uhttpd/files/uhttpd.init | 1 |
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" |