12 lines
281 B
TOML
12 lines
281 B
TOML
abstract = "Container machine management API plugin"
|
|
author = "Apple"
|
|
|
|
[servicesConfig]
|
|
loadAtBoot = true
|
|
runAtLoad = false
|
|
defaultArguments = []
|
|
|
|
[[servicesConfig.services]]
|
|
type = "core"
|
|
description = "Provide an XPC interface to interact with the container machine API server."
|