From: Grant Slater Date: Thu, 16 May 2024 03:11:02 +0000 (+0100) Subject: otrs: attempt workaround another workaround X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/4f2a5bdd00b8b7c7224a5005a56683dd9d2fa79a?ds=sidebyside otrs: attempt workaround another workaround --- 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