mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 05:13:01 +02:00
With the latest sysklogd backports syslogd now supports log rotation settings in the .conf files, which we'll add yang support for later in this patch series. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
6 lines
239 B
Plaintext
6 lines
239 B
Plaintext
# -l :: Keep kernel looging to console
|
|
# -m0 :: Disable periodic syslog MARK entries
|
|
# -s :: Enable secure mode, don't listen to remote logs
|
|
# -r 1M:5 :: Log rotation every 1 MiB and keep 5 rotated ones
|
|
SYSLOGD_ARGS="-l -m0"
|