From dcedd2b079eb2b695c4febe9941f1a052ceafa0f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 16 May 2024 04:10:15 +0100 Subject: [PATCH 1/1] Revert "otrs: attempt workaround for otrs daemon writes" This reverts commit bf640328133e47a7c686b60cf73f63b3cd606b29. --- 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 6910b29e4..7aae67953 100644 --- a/cookbooks/otrs/recipes/default.rb +++ b/cookbooks/otrs/recipes/default.rb @@ -102,7 +102,7 @@ systemd_service "otrs" do runtime_directory "otrs" runtime_directory_mode 0o770 runtime_directory_preserve true - read_write_paths ["/var/lib/otrs", "/usr/share/otrs/var", "/run/otrs", "/var/log/exim4", "/var/spool/exim4"] + read_write_paths ["/var/lib/otrs", "/run/otrs", "/var/log/exim4", "/var/spool/exim4"] end service "otrs" do -- 2.39.5