debian: leverage built-in log rotation instead of logrotate
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
3
debian/syslogd.default
vendored
3
debian/syslogd.default
vendored
@ -4,4 +4,5 @@
|
||||
|
||||
# Secure mode enabled, forwarding to remote servers allowed, disable
|
||||
# with another '-s', logging from remote servers disallowed.
|
||||
SYSLOGD_OPTS="-s"
|
||||
# Default log rotation at 10 MiB, keeping 10 backlog copies.
|
||||
SYSLOGD_OPTS="-s -r 10M:10"
|
||||
|
Reference in New Issue
Block a user