From 82c0c46eee85b42f86b34e5ab1806557716c27b9 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 18 Mar 2010 13:58:16 +0100 Subject: [PATCH] ulogd logs: Rotate daily, compress them (delayed), and keep 10, but do not rotate empty files --- modules/ferm/files/logrotate-ulogd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ferm/files/logrotate-ulogd b/modules/ferm/files/logrotate-ulogd index 4a8b95fd..eaac01c5 100644 --- a/modules/ferm/files/logrotate-ulogd +++ b/modules/ferm/files/logrotate-ulogd @@ -4,6 +4,11 @@ ## /var/log/ulog/*.log { + daily + compress + delaycompress + rotate 10 + notifempty missingok sharedscripts create 640 root adm -- 2.39.2