Restart gitea after upgrading it

This commit is contained in:
Greg Karékinian 2020-07-30 12:16:04 +02:00
parent c68bf472d4
commit 5e5bbe07dc

View File

@ -112,6 +112,7 @@ remote_file gitea_binary_path do
source node['kosmos_gitea']['binary_url'] source node['kosmos_gitea']['binary_url']
checksum node['kosmos_gitea']['binary_checksum'] checksum node['kosmos_gitea']['binary_checksum']
mode "0755" mode "0755"
notifies :restart, "service[gitea]", :delayed
end end
execute "systemctl daemon-reload" do execute "systemctl daemon-reload" do