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:
Joachim Wiberg
2024-08-26 20:54:49 +02:00
parent 9adcc9fe99
commit f0506c6cd5
2 changed files with 3 additions and 1 deletions
@@ -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"