From f75fc6f79ff81fbf8b6dc82d993e6e6d174598ce Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sun, 21 Aug 2005 21:39:05 +0000 Subject: [PATCH] - moved here from sysv/ --- scripts/vcached.logrotate | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/vcached.logrotate diff --git a/scripts/vcached.logrotate b/scripts/vcached.logrotate new file mode 100644 index 0000000..203baba --- /dev/null +++ b/scripts/vcached.logrotate @@ -0,0 +1,10 @@ +/var/log/vcached.log { + compress + daily + notifempty + rotate 5 + missingok + postrotate + kill -HUP `cat /var/run/vcached.pid 2>/dev/null` 2>/dev/null || true + endscript +} -- 2.43.0