
All checks were successful
Build Process Supervisor / build (amd64, .exe, windows) (push) Successful in 2m24s
Build Process Supervisor / build (amd64, , linux) (push) Successful in 2m36s
Build Process Supervisor / build (arm, 6, , linux) (push) Successful in 2m19s
Build Process Supervisor / build (arm64, , linux) (push) Successful in 2m14s
20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"processes":[{
|
|
"name":"Database DBM",
|
|
"description":"data description",
|
|
"executePath":"dist/test-windows-amd64.exe",
|
|
"workingDirectory":".",
|
|
"startDelay":1000,
|
|
"priority":0,
|
|
"arguments":["-sleep 5"]
|
|
},
|
|
{
|
|
"name":"Pau",
|
|
"description":"my lovely wife",
|
|
"executePath":"explorer.exe",
|
|
"workingDirectory":".",
|
|
"startDelay":1000,
|
|
"priority":2
|
|
}
|
|
]
|
|
} |