Remove obsolete manual daemon reload

This commit is contained in:
Basti 2020-11-22 20:26:56 +01:00
parent 0dc314b1e7
commit c26fcd5b26
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 0 additions and 5 deletions

View File

@ -49,11 +49,6 @@ ruby_version = "2.6.6"
bundle_path = "/opt/ruby_build/builds/#{ruby_version}/bin/bundle"
rails_env = node.chef_environment == "development" ? "development" : "production"
execute "systemctl daemon-reload" do
command "systemctl daemon-reload"
action :nothing
end
systemd_unit "akkounts.service" do
content({
Unit: {