diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-26 13:44:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-26 13:44:05 +0000 |
commit | b977134dc7094f8b0b53c1792ae5ea12b568065f (patch) | |
tree | b6c2ddec3a8f43a24a594a5351e9e83ea6c5c2b0 /package/network/services/uhttpd/files | |
parent | fd670d27568cb157a5a0620662309cea525a26f2 (diff) | |
download | upstream-b977134dc7094f8b0b53c1792ae5ea12b568065f.tar.gz upstream-b977134dc7094f8b0b53c1792ae5ea12b568065f.tar.bz2 upstream-b977134dc7094f8b0b53c1792ae5ea12b568065f.zip |
uhttpd: relay stderr to syslog
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44548
Diffstat (limited to 'package/network/services/uhttpd/files')
-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 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" |