From 681155318b0e2fd9aa4866d91bff2f8c4cf941b2 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Thu, 26 Sep 2024 14:05:35 +0200 Subject: [PATCH] fix(nextcloud): Don't use fast_shutdown --- machines/compute01/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/compute01/nextcloud.nix b/machines/compute01/nextcloud.nix index dd7059e..9432612 100644 --- a/machines/compute01/nextcloud.nix +++ b/machines/compute01/nextcloud.nix @@ -55,7 +55,7 @@ in "opcache.max_accelerated_files" = "10000"; "opcache.memory_consumption" = "128"; "opcache.revalidate_freq" = "1"; - "opcache.fast_shutdown" = "1"; + "opcache.fast_shutdown" = "0"; "openssl.cafile" = "/etc/ssl/certs/ca-certificates.crt"; catch_workers_output = "yes"; };