mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-25 19:56:43 +00:00
busybox: save longer lofiles and rotate much more in debug mode
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
effa3c2f5d
commit
d89b6afad5
@ -42,6 +42,11 @@
|
|||||||
SYSLOGD_OPTIONS="$SYSLOGD_OPTIONS -f /storage/.config/syslog.conf"
|
SYSLOGD_OPTIONS="$SYSLOGD_OPTIONS -f /storage/.config/syslog.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$DEBUG" = yes ]; then
|
||||||
|
SYSLOGD_OPTIONS="$SYSLOGD_OPTIONS -b 99 -s 1024"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
rm /var/run/syslogd.pid &>/dev/null
|
rm /var/run/syslogd.pid &>/dev/null
|
||||||
|
|
||||||
syslogd $SYSLOGD_OPTIONS
|
syslogd $SYSLOGD_OPTIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user