diff --git a/templates/etc/logrotate.d/config.j2 b/templates/etc/logrotate.d/config.j2 index 5e0ede0..4ca5f5b 100644 --- a/templates/etc/logrotate.d/config.j2 +++ b/templates/etc/logrotate.d/config.j2 @@ -4,6 +4,7 @@ {% for option in item.options %} {{ option }} {% endfor %} + copytruncate postrotate /usr/bin/pkill -HUP rsyslogd endscript