X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f31ba7e2c98ff3c1ccab81c17bfec79cd7a9065a..dc523913e3d6561d8dcb64e85508b30919d31c9b:/cookbooks/imagery/recipes/default.rb diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index 809370d4a..d7827173b 100644 --- a/cookbooks/imagery/recipes/default.rb +++ b/cookbooks/imagery/recipes/default.rb @@ -77,3 +77,10 @@ nginx_site "default" do action [:delete] restart_nginx false end + +systemd_tmpfile "/run/mapserver-fastcgi" do + type "d" + owner "imagery" + group "imagery" + mode "0755" +end