-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
WIP: Add SysV init support #7081
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tstromberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for doing it :) you are a hero
Are those systems also missing the standard |
Codecov Report
@@ Coverage Diff @@
## master #7081 +/- ##
==========================================
+ Coverage 36.68% 36.80% +0.12%
==========================================
Files 146 145 -1
Lines 8980 8957 -23
==========================================
+ Hits 3294 3297 +3
+ Misses 5294 5274 -20
+ Partials 392 386 -6
|
Obsolete. |
My slightly crazy attempt to support SysV init systems like Upstart and OpenRC.
I only did this because I wanted to try minikube on Cloud Run.