Remove obsolete manual daemon reload

This commit is contained in:
2020-11-22 20:26:56 +01:00
parent 0dc314b1e7
commit c26fcd5b26

View File

@@ -49,11 +49,6 @@ ruby_version = "2.6.6"
bundle_path = "/opt/ruby_build/builds/#{ruby_version}/bin/bundle" bundle_path = "/opt/ruby_build/builds/#{ruby_version}/bin/bundle"
rails_env = node.chef_environment == "development" ? "development" : "production" 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 systemd_unit "akkounts.service" do
content({ content({
Unit: { Unit: {