aboutsummaryrefslogtreecommitdiffstats
path: root/main/rsyslog/rsyslog.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'main/rsyslog/rsyslog.logrotate')
-rw-r--r--main/rsyslog/rsyslog.logrotate2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/rsyslog/rsyslog.logrotate b/main/rsyslog/rsyslog.logrotate
index e2842b88dc0..86ff3d79b6b 100644
--- a/main/rsyslog/rsyslog.logrotate
+++ b/main/rsyslog/rsyslog.logrotate
@@ -1,3 +1,4 @@
+/var/log/messages
/var/log/auth.log
/var/log/cron.log
/var/log/kern.log
@@ -5,6 +6,7 @@
{
notifempty
compress
+ missingok
sharedscripts
postrotate
/etc/init.d/rsyslog --ifstarted reload >/dev/null