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

Fix the status command default property value #245

Closed tas50 closed 5 years ago

tas50 commented 5 years ago

While moving this to chef/chef I added some tests and noticed this makes no sense. service_dir is a directory and not a service name. This means we're running /sbin/sv status /etc/service which will always return -1.

Signed-off-by: Tim Smith tsmith@chef.io

tas50 commented 5 years ago

@markan adding you since this impacts chef-server