-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian support #41
Debian support #41
Conversation
Added a new init.d file for Debian, which requires the "daemon" package.T This will be automatically required on Debian systems.
To avoid errors with update-rc.d / insserv and a grid + node setup
Fix debian init.d template
Added ensure_package call, and explicit ordering to ensure it runs before the init script is generated. Added a default block to the switch.
Looks like the unit tests need to be changed. Did you run the acceptance tests? |
If you mean "did I run |
I was referring to |
I changed the tests so that |
@jshholland Thanks for bringing this together! There were a few minor issues which I fixed up and merged as #42. |
Thanks for sorting this out everyone! |
Indeed. Many thanks to all! https://twitter.com/jhoblitt/status/602678874086899714 |
This is based on #17 with one small change to make the tests pass. Thanks to @dig412 for doing the hard work!