docker-swag/root/etc/logrotate.d/lerotate

12 lines
166 B
Plaintext
Raw Normal View History

2020-08-03 15:00:14 +00:00
/config/log/letsencrypt/*.log {
2021-04-27 19:32:41 +00:00
weekly
rotate 52
compress
delaycompress
nodateext
missingok
notifempty
sharedscripts
su abc abc
2020-08-03 15:00:14 +00:00
}