From 933ac16625c6642aceb1670e6a98f0a8f83f25d2 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 1 May 2024 18:19:23 +0100 Subject: [PATCH] otrs: allow writing of pid --- cookbooks/otrs/recipes/debian.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/otrs/recipes/debian.rb b/cookbooks/otrs/recipes/debian.rb index 35bdc148e..bed09a8b3 100644 --- a/cookbooks/otrs/recipes/debian.rb +++ b/cookbooks/otrs/recipes/debian.rb @@ -94,7 +94,7 @@ systemd_service "otrs" do private_tmp true protect_system "strict" protect_home true - read_write_paths ["/var/lib/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.45.1