-
Notifications
You must be signed in to change notification settings - Fork 225
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
Add upstart support #102
Comments
++ |
Sounds like a good idea. |
+1!!! |
If you think it's possible @jvz then I would recommend giving it a bash. I've had a read of the Upstart documentation at that link, but I'm not sure I know enough to do a good job myself. If you made MSM support upstart I would certainly be interested in merging it in. I'm not sure, however, how much of a change it would be, hopefully we just need to add some code to the file and maybe change the installation process under Ubuntu (or other upstart compatible systems.) |
In general, the init script as is should most likely work with upstart, but On 5 November 2012 12:25, Marcus Whybrow notifications@github.com wrote:
Matt Sicker boards@gmail.com |
I'm not familiar with systemd (until I just read about it now), so you most likely know more than I on the subject 😄. |
I'm not too familiar with systemd, either, except that it works via a On 5 November 2012 12:35, Marcus Whybrow notifications@github.com wrote:
Matt Sicker boards@gmail.com |
Hah. We're both ignorant on this subject then. |
See #113 for a pull request for the Upstart part. |
Upstart is the init system on Ubuntu, and it's offered as an option in Fedora, Debian, and RHEL. One of its main features is init scripts that are started/stopped based on event dependencies such as network availability, disk/partition availability, etc.
Now, as it stands, msm works with upstart by default as upstart supports SysV init scripts. However, explicit support for events could be added for better init support and configuration on Ubuntu Server and such. As this is merely a feature request, I'm willing to work on implementing this feature if it's feasible. I just wanted to make the request public before I went on any coding binges to do so.
The text was updated successfully, but these errors were encountered: