From: Tom Hughes Date: Thu, 9 Mar 2017 21:04:16 +0000 (+0000) Subject: Make expire-tiles a simple service instead of oneshot X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/da6c1febf59795169522fc9cb44e4f5a234d9ce6?ds=sidebyside Make expire-tiles a simple service instead of oneshot --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 615afb844..c26f0f885 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -461,7 +461,7 @@ end systemd_service "expire-tiles" do description "Tile dirtying service" - type "oneshot" + type "simple" user "www-data" exec_start "/usr/local/bin/expire-tiles" standard_output "null"