diff options
Diffstat (limited to 'main/sysklogd/sysklogd.logrotate')
-rw-r--r-- | main/sysklogd/sysklogd.logrotate | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main/sysklogd/sysklogd.logrotate b/main/sysklogd/sysklogd.logrotate new file mode 100644 index 0000000000..29afd15bd4 --- /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 +} |