Skip to content

Commit 465edb3

Browse files
authored
SandboxService: Turn off RunAtLoad for the default plugin (#649)
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.
1 parent 5ddb10f commit 465edb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/container-runtime-linux-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Apple",
55
"servicesConfig" : {
66
"loadAtBoot" : false,
7-
"runAtLoad" : true,
7+
"runAtLoad" : false,
88
"services" : [
99
{
1010
"type" : "runtime"

0 commit comments

Comments
 (0)