ieee1905: dont log stdout to syslog

This commit is contained in:
Jakob Olsson 2021-03-31 17:19:02 +02:00
parent f334f25b12
commit 0bc5379667

View file

@ -24,7 +24,7 @@ configure_ieee1905()
if [ ${debug} -eq 1 ]; then
# Forward stdout of the command to logd
procd_set_param stdout 1
#procd_set_param stdout 1
# Same for stderr
procd_set_param stderr 1
fi