chef-cookbooks / runit

Development repository for the Chef Runit Cookbook
https://supermarket.chef.io/cookbooks/runit
Apache License 2.0
106 stars 197 forks source link

Fixed implementation of "Remove the supervise/ok named pipe when disabling a service" #172

Closed cwjohnston closed 8 years ago

cwjohnston commented 8 years ago

This PR includes the single commit from #167 and builds upon it, adding integration test coverage and adjusting the implementation to ensure runit doesn't recreate the supervise/ok pipe before the service is actually disabled

Closes #166 Closes #167