busybox: save longer lofiles and rotate much more in debug mode

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-07-27 02:03:38 +02:00
parent effa3c2f5d
commit d89b6afad5

View File

@ -42,6 +42,11 @@
SYSLOGD_OPTIONS="$SYSLOGD_OPTIONS -f /storage/.config/syslog.conf"
fi
if [ "$DEBUG" = yes ]; then
SYSLOGD_OPTIONS="$SYSLOGD_OPTIONS -b 99 -s 1024"
fi
rm /var/run/syslogd.pid &>/dev/null
syslogd $SYSLOGD_OPTIONS