Skip to content

Commit

Permalink
otrs: allow writing of pid
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed May 1, 2024
1 parent 47c4d3f commit 933ac16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/otrs/recipes/debian.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
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
Expand Down

0 comments on commit 933ac16

Please sign in to comment.