diff --git a/roles/mgrote.dnsmasq_adblocker/templates/logrotate.j2 b/roles/mgrote.dnsmasq_adblocker/templates/logrotate.j2 index 9815e992..bb72c21d 100644 --- a/roles/mgrote.dnsmasq_adblocker/templates/logrotate.j2 +++ b/roles/mgrote.dnsmasq_adblocker/templates/logrotate.j2 @@ -9,4 +9,7 @@ notifempty dateext dateyesterday + postrotate + systemctl restart dnsmasq + endscript }