diff --git a/templates/logrotate.conf.jj b/templates/logrotate.conf.jj index 488b695..26448c5 100644 --- a/templates/logrotate.conf.jj +++ b/templates/logrotate.conf.jj @@ -6,7 +6,7 @@ notifempty sharedscripts postrotate - /bin/systemctl reload php{{ php_version }}-php-fpm + /bin/systemctl reload php{{ php_version }}-fpm endscript }