-
Notifications
You must be signed in to change notification settings - Fork 103
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
Noble Numbat stemcell no longer uses runit
to launch the agent
#322
Comments
when moving the agent and monit to systemd.
|
As discovered by Ramon: the agent also invokes runit directly to start monit: https://github.com/cloudfoundry/bosh-agent/blob/main/platform/monit_retryable.go#L20 |
We should consider what we want to do with bosh-lite too. We could keep |
in the meantime i have removed the runit units for monit and the agent and converted them to systemd services |
This is still open because of #352. Or @ramonskie is there anything else open for this topic? |
yes its still open due to warden bosh-lite. as runc is still installed currently also to support |
Currently the
bosh-agent
is started using a separate process managerrunit
.This issue proposed removing
runit
in favor of the existing process manager on Ubuntu,systemd
.Having a single process management system allows that system to optimize startup across all processes in the system hopefully speeding up the time-to-ready for the whole system.
This is related to though not dependent on replacing
monit
(also withsystemd
).The text was updated successfully, but these errors were encountered: