-
Notifications
You must be signed in to change notification settings - Fork 9
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 support for other init systems #568
Comments
Yea! We can add that. Thanks for the suggestion! |
Thanks for your response! |
I encountered an error when trying to run acs via the dinit service. The service does not start, and these messages appear in the log:
I see that you want to replace the line that is probably causing this error. #569 Just wanted to let you know. |
Thanks for letting us know! I'll start by removing the unwrap and changing it to something else. |
Putting it under #573 |
Great. It seems the last fix #575 helped to overcome this error.
And another thing, after starting the service, I run the command
This is not quite correct, the log should only contain these messages:
|
Those who want to test the dinit service should create a file /etc/dinit.d/acs with the following content:
Please note that this is my first experience and most likely this service requires more thorough verification and testing! If in the future acs will be able to output only messages to the log, then the line with logfile should be uncommented. |
Can you add support for other init systems like OpenRC, Runit, s6 and dinit?
The text was updated successfully, but these errors were encountered: