From b7d8e461eb8cf99237e10862408fecbbb2c2a2ec Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Sun, 22 Jun 2025 18:16:24 +0200 Subject: [PATCH] fix service name in logrotate template --- templates/logrotate.conf.jj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }