summaryrefslogtreecommitdiffstats
path: root/main/sysklogd/sysklogd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'main/sysklogd/sysklogd.logrotate')
-rw-r--r--main/sysklogd/sysklogd.logrotate6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/sysklogd/sysklogd.logrotate b/main/sysklogd/sysklogd.logrotate
new file mode 100644
index 000000000..29afd15bd
--- /dev/null
+++ b/main/sysklogd/sysklogd.logrotate
@@ -0,0 +1,6 @@
+/var/log/messages /var/log/auth /var/log/mail /var/log/errors /var/log/kernel {
+ sharedscripts
+ postrotate
+ /etc/init.d/sysklogd --quiet reload
+ endscript
+}