From 48acc3f8cc6df1c085331a6ee587cfbb5170551d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 26 Feb 2015 13:44:05 +0000 Subject: uhttpd: relay stderr to syslog Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44548 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/uhttpd/files/uhttpd.init | 1 + 1 file changed, 1 insertion(+) (limited to 'package/network/services/uhttpd/files/uhttpd.init') diff --git a/package/network/services/uhttpd/files/uhttpd.init b/package/network/services/uhttpd/files/uhttpd.init index 2e94609606..59f7d80e77 100755 --- a/package/network/services/uhttpd/files/uhttpd.init +++ b/package/network/services/uhttpd/files/uhttpd.init @@ -61,6 +61,7 @@ start_instance() procd_open_instance procd_set_param respawn + procd_set_param stderr 1 procd_set_param command "$UHTTPD_BIN" -f append_arg "$cfg" home "-h" -- cgit v1.2.3