diff --git a/tasks/systemd.yml b/tasks/systemd.yml index 88f6bcc..5ff31b4 100644 --- a/tasks/systemd.yml +++ b/tasks/systemd.yml @@ -29,4 +29,4 @@ daemon_reload: yes state: started name: zammad - + diff --git a/templates/logrotate.j2 b/templates/logrotate.j2 index 2d793e7..fd7307b 100644 --- a/templates/logrotate.j2 +++ b/templates/logrotate.j2 @@ -1,9 +1,9 @@ {{ zammad_log_path }}/*.log { daily - missingok + missingok rotate 2 - compress + compress delaycompress - notifempty + notifempty copytruncate }