From c26fcd5b265794492c5029655e0453af5d8583f9 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 22 Nov 2020 20:26:56 +0100 Subject: [PATCH] Remove obsolete manual daemon reload --- site-cookbooks/kosmos-akkounts/recipes/default.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/site-cookbooks/kosmos-akkounts/recipes/default.rb b/site-cookbooks/kosmos-akkounts/recipes/default.rb index aa00689..105ea85 100644 --- a/site-cookbooks/kosmos-akkounts/recipes/default.rb +++ b/site-cookbooks/kosmos-akkounts/recipes/default.rb @@ -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: {