This commit is contained in:
Cyrus Daboo
2026-08-18 15:34:21 -04:00
parent 61449b07e2
commit 255d4a2d84
153 changed files with 1200 additions and 148 deletions
@@ -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"
}
}
]
}
}