mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user