micrond: show stdout and stderr in log 11922/head
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 22 Apr 2020 14:57:34 +0000 (16:57 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 22 Apr 2020 14:57:34 +0000 (16:57 +0200)
commit26ccda6eed03e49226c56eedaf4c11fae9928d77
treea157f357d89aea6c23a0395af7c9ea9d1a9fd513
parent3cac33fbd193e0a12aa24b2c5ad7eb7da8bef80c
micrond: show stdout and stderr in log

So far, all output created by scripts run with micrond has been
discarded. Since there is no reason for that and it also does not
match the expected behavior, this enables both stdout and stderr
output for the service.

If not desired, a user can still use >/dev/null or similar in his/her
micrond jobs to disable output easily and similar to what it would be
on other systems.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
utils/micrond/Makefile
utils/micrond/files/etc/init.d/micrond