Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Supervisor Service Not Disabling/Deleting #71

Open
bassrock opened this issue Sep 30, 2014 · 1 comment
Open

Supervisor Service Not Disabling/Deleting #71

bassrock opened this issue Sep 30, 2014 · 1 comment

Comments

@bassrock
Copy link

I currently have some supervisor services running on a vagrant server and when I run a supervisor_service disable such as:

supervisor_service "send-email-queue" do
    action :disable
end

The supervisor file is not getting deleted like it should.

@bassrock bassrock changed the title Superviso Service Not Disabling/Deleting Supervisor Service Not Disabling/Deleting Sep 30, 2014
@bassrock
Copy link
Author

bassrock commented Oct 1, 2014

It looks like the issue is with determining the state of the supervisor item. I will create a PR that will try to remove the conf file no matter the status command and base it on if the con file exists as it seems the status command is inaccurate.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant