From 4f2a5bdd00b8b7c7224a5005a56683dd9d2fa79a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 16 May 2024 04:11:02 +0100 Subject: [PATCH] otrs: attempt workaround another workaround --- cookbooks/otrs/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index 7aae67953..13b6848ae 100644 --- a/cookbooks/otrs/recipes/default.rb +++ b/cookbooks/otrs/recipes/default.rb @@ -98,7 +98,7 @@ systemd_service "otrs" do exec_start "/usr/share/otrs/bin/otrs.Daemon.pl start" private_tmp true protect_system "strict" - protect_home "read-only" + protect_home false runtime_directory "otrs" runtime_directory_mode 0o770 runtime_directory_preserve true -- 2.39.5