38 lines
813 B
JSON
38 lines
813 B
JSON
{
|
|
"apps": [
|
|
{
|
|
"cmd": "sleep 1",
|
|
"id": "appingroups",
|
|
"instances": 0
|
|
}
|
|
],
|
|
"groups": [
|
|
{
|
|
"apps": [
|
|
{
|
|
"cmd": "sleep 10",
|
|
"id": "sleep10",
|
|
"instances": 0
|
|
}
|
|
],
|
|
"id": "app"
|
|
},
|
|
{
|
|
"groups": [
|
|
{
|
|
"apps": [
|
|
{
|
|
"cmd": "sleep 1",
|
|
"id": "sleep1",
|
|
"instances": 0
|
|
}
|
|
],
|
|
"id": "moregroups"
|
|
}
|
|
],
|
|
"id": "moregroups"
|
|
}
|
|
],
|
|
"id": "test-group"
|
|
}
|