summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/syslog-ng/syslog-ng.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/syslog-ng/syslog-ng.logrotate')
-rw-r--r--abs/core-testing/syslog-ng/syslog-ng.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core-testing/syslog-ng/syslog-ng.logrotate b/abs/core-testing/syslog-ng/syslog-ng.logrotate
new file mode 100644
index 0000000..75da1b0
--- /dev/null
+++ b/abs/core-testing/syslog-ng/syslog-ng.logrotate
@@ -0,0 +1,7 @@
+/var/log/messages.log /var/log/auth.log /var/log/mail.log /var/log/kernel.log /var/log/errors.log /var/log/daemon.log /var/log/user.log /var/log/iptables.log /var/log/everything.log /var/log/syslog.log /var/log/acpid.log {
+ missingok
+ sharedscripts
+ postrotate
+ /bin/kill -HUP `cat /var/run/syslog-ng.pid 2>/dev/null` 2> /dev/null || true
+ endscript
+}