From 977afd2fca9ccca98486008e6e554b6c24420f35 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 30 Nov 2008 20:30:37 +0000 Subject: [PATCH] - new Changed files: rsyslog.logrotate -> 1.1 --- rsyslog.logrotate | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rsyslog.logrotate diff --git a/rsyslog.logrotate b/rsyslog.logrotate new file mode 100644 index 0000000..e0593a2 --- /dev/null +++ b/rsyslog.logrotate @@ -0,0 +1,6 @@ +/var/log/messages /var/log/secure /var/log/maillog /var/log/spooler /var/log/boot.log /var/log/cron { + sharedscripts + postrotate + /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true + endscript +} -- 2.44.0