X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c14cfa4625368c010d414eda1130ecbd43b97504..b271d50196a8939c5670b22525483eb7a8d61b00:/cookbooks/imagery/recipes/tiler.rb diff --git a/cookbooks/imagery/recipes/tiler.rb b/cookbooks/imagery/recipes/tiler.rb index 028e8e34e..7358089ac 100644 --- a/cookbooks/imagery/recipes/tiler.rb +++ b/cookbooks/imagery/recipes/tiler.rb @@ -66,6 +66,10 @@ systemd_timer "titiler-restart" do on_unit_inactive_sec "12h" end +service "titiler-restart.timer" do + action [:enable, :start] +end + directory "/var/cache/nginx-cache" do owner "www-data" group "www-data"