uhttpd: relay stderr to syslog
[openwrt/openwrt.git] / package / network / services / uhttpd / files / uhttpd.init
index 2e9460960614b74d027fede1d7994f7c3beb556a..59f7d80e77db0d6ee2e8db6f3ec2cc2e04d23e28 100755 (executable)
@@ -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"