mirror of
https://github.com/apple/device-management.git
synced 2026-08-19 09:47:16 +02:00
24 lines
777 B
JSON
24 lines
777 B
JSON
{
|
|
"services": {
|
|
"background-task": [
|
|
{
|
|
"identifier": "A1B2C3D4-E5F6-7890-ABCD-EF1234567890",
|
|
"uid": 501,
|
|
"path": "/Library/LaunchDaemons/com.example.daemon.plist",
|
|
"state": "enabled",
|
|
"type": "daemon",
|
|
"launchd": {
|
|
"label": "com.example.daemon",
|
|
"program": "/usr/local/bin/example-daemon",
|
|
"program-arguments": [
|
|
"/usr/local/bin/example-daemon",
|
|
"--config",
|
|
"/etc/example/config.json"
|
|
],
|
|
"checksum": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|