diff options
Diffstat (limited to 'hosts/odxu4c-armhf-rb/etc')
-rw-r--r-- | hosts/odxu4c-armhf-rb/etc/logrotate.d/jenkins.debian.net-update_jdn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/odxu4c-armhf-rb/etc/logrotate.d/jenkins.debian.net-update_jdn b/hosts/odxu4c-armhf-rb/etc/logrotate.d/jenkins.debian.net-update_jdn new file mode 100644 index 00000000..c1f207a7 --- /dev/null +++ b/hosts/odxu4c-armhf-rb/etc/logrotate.d/jenkins.debian.net-update_jdn @@ -0,0 +1,9 @@ +/var/log/jenkins/update_jdn.log { + daily + copytruncate + missingok + rotate 7 + compress + delaycompress + notifempty +} |