From 6d9d73dd6c11ccefe95eae63566c74e40ba0b1cf Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 14 Mar 2005 03:33:27 +0000 Subject: [PATCH] Bugfix. --- debian/sercom.logrotate | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/sercom.logrotate diff --git a/debian/sercom.logrotate b/debian/sercom.logrotate new file mode 100644 index 0000000..359e6a3 --- /dev/null +++ b/debian/sercom.logrotate @@ -0,0 +1,15 @@ +/var/log/sercom.log { + monthly + missingok + rotate 52 + compress + delaycompress + notifempty + create 640 root sercom + sharedscripts + postrotate + if [ -f /var/run/sc_fetch.pid -o -f /var/run/sc_test.pid ]; then + /etc/init.d/sercom restart > /dev/null + fi + endscript +} -- 2.43.0