mirror of
https://github.com/apple/device-management.git
synced 2026-08-19 17:57:28 +02:00
Seed6
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user