Files
container/Sources/Plugins/RuntimeLinux/config.json
T
J LoganandGitHub 8fb8ad2f6a Relocate Source/Helpers folders to sensible locations. (#1363)
- Closes #1361.
- Tweaks project structure to better reflect
  plugin structure.
2026-03-31 16:36:15 -07:00

16 lines
319 B
JSON

{
"abstract" : "Linux container runtime plugin",
"version": "0.1",
"author": "Apple",
"servicesConfig" : {
"loadAtBoot" : false,
"runAtLoad" : false,
"services" : [
{
"type" : "runtime"
}
],
"defaultArguments": []
}
}