Skip to content

Commit

Permalink
Merge pull request #244 from jperville/fix-container-action-remove-wi…
Browse files Browse the repository at this point in the history
…th-upstart-service

Made docker_container action :remove remove the actual upstart service file
  • Loading branch information
Tom Duffield committed Nov 24, 2014
2 parents 24f1dcc + 94b51f2 commit eeb670f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def service_remove_sysv
def service_remove_upstart
service_stop_and_disable

file "/etc/init/#{service_name}" do
file "/etc/init/#{service_name}.conf" do
action :delete
end
end
Expand Down

0 comments on commit eeb670f

Please sign in to comment.