From: Mark Huang Date: Tue, 16 Nov 2004 19:10:45 +0000 (+0000) Subject: log rotation for /var/log/NodeUpdate.log X-Git-Tag: NodeUpdate-0_4-3_planetlab~2 X-Git-Url: http://git.onelab.eu/?p=nodeupdate.git;a=commitdiff_plain;h=ca39aa3c2c522c3d0404f85fd28090e5e08c3318 log rotation for /var/log/NodeUpdate.log --- diff --git a/NodeUpdate.logrotate b/NodeUpdate.logrotate new file mode 100644 index 0000000..03cfbd1 --- /dev/null +++ b/NodeUpdate.logrotate @@ -0,0 +1,7 @@ +/var/log/NodeUpdate.log { + compress + daily + notifempty + rotate 5 + missingok +}