more abstraction and simple dashboard for processes
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
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
This commit is contained in:
9
dist/supervisorTemplate.json
vendored
9
dist/supervisorTemplate.json
vendored
@@ -1,11 +1,20 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user