]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/recipes/default.rb
Make expire-tiles a simple service instead of oneshot
[chef.git] / cookbooks / tile / recipes / default.rb
index 615afb84431f6a3b58e0bc2d9737f3df5562dbb7..c26f0f88557430ee455b446942e50f61d270842e 100644 (file)
@@ -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"