8 lines
287 B
Plaintext
8 lines
287 B
Plaintext
|
# Defaults for busybox-syslogd initscript
|
||
|
# This is a POSIX shell fragment sourced by /etc/init.d/busybox-syslogd
|
||
|
|
||
|
# Additional options that are passed to the daemons. Default is to log
|
||
|
# to ring buffer (to be read with logread(1)) and drop duplicates.
|
||
|
SYSLOG_OPTS="-C128"
|
||
|
KLOG_OPTS=""
|