From b1f876950d96677be4702651d2dbf507bcec775a Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 20 Dec 2021 17:38:06 +0100 Subject: [PATCH] mod_php_install.sh: add 'copytruncate' option to logrotate file. --- mod_php_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mod_php_install.sh b/mod_php_install.sh index e42c112..73ae5ed 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -3497,6 +3497,7 @@ $FPM_LOG_DIR/*log { daily rotate 7 start 0 + copytruncate compress delaycompress missingok