summaryrefslogtreecommitdiff
path: root/community-testing/rsyslog/rsyslog.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/rsyslog/rsyslog.logrotate')
-rw-r--r--community-testing/rsyslog/rsyslog.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/community-testing/rsyslog/rsyslog.logrotate b/community-testing/rsyslog/rsyslog.logrotate
new file mode 100644
index 000000000..76306c560
--- /dev/null
+++ b/community-testing/rsyslog/rsyslog.logrotate
@@ -0,0 +1,7 @@
+/var/log/messages /var/log/secure /var/log/maillog /var/log/cron /var/log/spooler /var/log/boot.log {
+ missingok
+ sharedscripts
+ postrotate
+ /usr/bin/killall -HUP /usr/sbin/rsyslogd
+ endscript
+}