chef / omnibus-ctl

Provides service control for omnibus packages
Apache License 2.0
23 stars 24 forks source link

Explicitly set SVDIR to the service_dir #55

Closed stevendanna closed 7 years ago

stevendanna commented 7 years ago

We currently have a bug on Debian where we rely on the system-installed runit. The system installed runit does not have our patch to reset the servicedir. Users were previously working around this by setting SVDIR explicitly. This preserves those users ability to use Chef server on the next release. The full fix will be to ensure we don't rely on the system-installed runit on Debian.

Signed-off-by: Steven Danna steve@chef.io

stevendanna commented 7 years ago

@sr @matthiasr This is admittedly a bit of a hack; however, I think it is the best option for the next release (which should be coming very soon). We can look at a more complete fix for the bug in the release after that.

matthiasr commented 7 years ago

Thank you!