mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-08-28 21:36:57 +00:00
15 lines
403 B
JSON
15 lines
403 B
JSON
[{
|
|
"name": "ExampleHandlerLinux",
|
|
"version": 1.0,
|
|
"handlerManifest": {
|
|
"installCommand": "sample.py -install",
|
|
"uninstallCommand": "sample.py -uninstall",
|
|
"updateCommand": "sample.py -update",
|
|
"enableCommand": "sample.py -enable",
|
|
"disableCommand": "sample.py -disable",
|
|
"rebootAfterInstall": false,
|
|
"reportHeartbeat": false
|
|
}
|
|
}]
|
|
|