mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 13:23:01 +02:00
package/skeleton-init-finit: drop log rotation from command line
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>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
rotate_size 1M
|
||||
rotate_count 10
|
||||
@@ -2,4 +2,4 @@
|
||||
# -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 -s -r 1M:10"
|
||||
SYSLOGD_ARGS="-l -m0"
|
||||
|
||||
Reference in New Issue
Block a user