X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sysv%2Fvcached.logrotate;fp=sysv%2Fvcached.logrotate;h=203baba948d2ae6eb6cfa12741ccebb08988fea5;hb=6951dad25833de5ec34e4a61664058bb9f13d92e;hp=0000000000000000000000000000000000000000;hpb=bf44032ac1fc3a9e29b268ed7c63c07f6c1dc620;p=util-vserver.git diff --git a/sysv/vcached.logrotate b/sysv/vcached.logrotate new file mode 100644 index 0000000..203baba --- /dev/null +++ b/sysv/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 +}