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