]> git.openstreetmap.org Git - chef.git/commitdiff
otrs: allow writing of pid
authorGrant Slater <github@firefishy.com>
Wed, 1 May 2024 17:19:23 +0000 (18:19 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 1 May 2024 17:19:23 +0000 (18:19 +0100)
cookbooks/otrs/recipes/debian.rb

index 35bdc148e5cf216820e1f44aef1a6ba8589422f5..bed09a8b346e9c2e0a3995ccc93bcec57bd0e8d3 100644 (file)
@@ -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