From: Mark Huang Date: Sun, 21 Aug 2005 21:39:05 +0000 (+0000) Subject: - moved here from sysv/ X-Git-Tag: after-util-vserver-0_30_208-revert~147 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f75fc6f79ff81fbf8b6dc82d993e6e6d174598ce;p=util-vserver.git - moved here from sysv/ --- 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 +}