From 3da3b31fbedc39a32d50491bfa210fb3af5d0021 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 29 Nov 2022 18:27:58 +0000 Subject: [PATCH] Allow taginfo update service to update the download directory --- cookbooks/taginfo/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index e709545ad..c8f3e986d 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -78,6 +78,7 @@ systemd_service "taginfo-update@" do sandbox :enable_network => true read_write_paths [ "/srv/%i/data", + "/srv/%i/download", "/srv/%i/sources", "/var/log/taginfo/%i" ] -- 2.39.5