add first supervisor process

This commit is contained in:
Adrian Zürcher
2025-08-05 17:17:55 +02:00
parent dd5ebb60fd
commit 20912ba17c
2 changed files with 67 additions and 0 deletions

10
dist/supervisorTemplate.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"processes":[{
"name":"Database DBM",
"executePath":"dist/test-windows-amd64.exe",
"workingDirectory":".",
"startDelay":2,
"priority":0
}
]
}