From 01f8e4c0ca12716e3805bde182e53ef7dfbecfee Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 9 May 2024 01:14:36 +0100 Subject: [PATCH] imagery: enable titiler-restart.timer --- cookbooks/imagery/recipes/tiler.rb | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.45.1