From da6c1febf59795169522fc9cb44e4f5a234d9ce6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 9 Mar 2017 21:04:16 +0000 Subject: [PATCH] Make expire-tiles a simple service instead of oneshot --- cookbooks/tile/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2