Skip to content

Conversation

@dcantah
Copy link
Contributor

@dcantah dcantah commented Sep 19, 2025

For the default Linux runtime plugin we shouldn't have RunAtLoad on as it causes the process to be spawned the second we register it with launchd. This means that for a container create we'll have the runtime plugin process running afterwards. We already register a mach service for the plugin so on the first rpc it will spawn the process anyways which is plenty.

For the default Linux runtime plugin we shouldn't have RunAtLoad on
as it causes the process to be spawned the second we register it
with launchd. This means that for a `container create` we'll have the
runtime plugin process running afterwards. We already register a mach
service for the plugin so on the first rpc it will spawn the process
anyways which is plenty.
@dcantah dcantah merged commit 465edb3 into apple:main Sep 19, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants