diff options
Diffstat (limited to 'cgi/logrotate')
-rw-r--r-- | cgi/logrotate | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cgi/logrotate b/cgi/logrotate new file mode 100644 index 000000000..91b5ed577 --- /dev/null +++ b/cgi/logrotate @@ -0,0 +1,11 @@ +# /etc/logrotate.d/live-helper + +/var/log/live +{ + compress + copytruncate + missingok + monthly + notifempty + rotate 24 +} |