Run systemctl daemon-reload on gitea service changes

This commit is contained in:
Greg Karekinian
2026-02-13 11:05:08 +01:00
parent e9dff82628
commit 81691f7e21

View File

@@ -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