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