diff options
Diffstat (limited to 'rpki-pbuilder.logrotate')
-rw-r--r-- | rpki-pbuilder.logrotate | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rpki-pbuilder.logrotate b/rpki-pbuilder.logrotate new file mode 100644 index 0000000..a7df6d4 --- /dev/null +++ b/rpki-pbuilder.logrotate @@ -0,0 +1,12 @@ +/home/sra/builder.log +{ + rotate 30 + daily + missingok + notifempty + dateext + compress + compresscmd /usr/bin/xz + uncompresscmd /usr/bin/unxz + compressext .xz +} |