make it work on debian 12

This commit is contained in:
2024-02-13 18:28:55 +01:00
parent 5277c6a2da
commit d2bdd28804
8 changed files with 59 additions and 45 deletions

View File

@@ -1,11 +1,11 @@
/var/opt/remi/php{{ php_version }}/log/php-fpm/*log {
/var/opt/remi/php{{ php_version_nodot }}/log/php-fpm/*log {
daily
rotate 15
missingok
notifempty
sharedscripts
postrotate
/bin/systemctl reload php{{ php_version }}-php-fpm
/bin/systemctl reload php{{ php_version_nodot }}-php-fpm
endscript
}