1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-20 07:40:34 +00:00
vagrant-easyredmine/roles/easyredmine/templates/redmine_logrotate.j2

10 lines
145 B
Plaintext
Raw Normal View History

2016-10-10 17:10:03 +00:00
{{ redmine_root_dir }}/log/*.log {
su {{ redmine_owner }} {{ redmine_owner }}
daily
missingok
rotate 7
compress
notifempty
copytruncate
}