From 81691f7e214cb1ebb6fd94dce003bf4d67e9e2dc Mon Sep 17 00:00:00 2001 From: Greg Karekinian Date: Fri, 13 Feb 2026 11:05:08 +0100 Subject: [PATCH] Run systemctl daemon-reload on gitea service changes --- site-cookbooks/kosmos_gitea/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos_gitea/recipes/default.rb b/site-cookbooks/kosmos_gitea/recipes/default.rb index ce1bc41..334780e 100644 --- a/site-cookbooks/kosmos_gitea/recipes/default.rb +++ b/site-cookbooks/kosmos_gitea/recipes/default.rb @@ -129,7 +129,7 @@ template "/etc/systemd/system/gitea.service" do git_home_directory: git_home_directory, config_directory: config_directory, gitea_binary_path: gitea_binary_path - notifies :run, "execute[systemctl daemon-reload]", :delayed + notifies :run, "execute[systemctl daemon-reload]", :immediately end service "gitea" do