diff options
Diffstat (limited to 'utils/logrotate.conf')
-rw-r--r-- | utils/logrotate.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/logrotate.conf b/utils/logrotate.conf new file mode 100644 index 0000000..affe52f --- /dev/null +++ b/utils/logrotate.conf @@ -0,0 +1,7 @@ +/var/log/petitboot/*.log +{ + weekly + rotate 3 + compress + missingok +} |