Files
tecamino-proccessSupervisor/dist/supervisorTemplate.json
Adrian Zürcher 9f262c4a55
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
more abstraction and simple dashboard for processes
2025-08-06 13:57:34 +02:00

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
}
]
}