Remove obsolete manual daemon reload
This commit is contained in:
parent
0dc314b1e7
commit
c26fcd5b26
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user