Configure/deploy new akkounts Rails app #242
@@ -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
|
||||
|
raucao marked this conversation as resolved
|
||||
content({
|
||||
Unit: {
|
||||
|
||||
Reference in New Issue
Block a user
This resource isn't used, you can delete it. It isn't needed since we're using a
systemd_unitresourceThanks! That's a leftover from the Mastodon recipe, and the systemd resource didn't exist when I wrote that.