Fixed mprocs sending SIGHUP on restart instead of SIGTERM by adding exec

This commit is contained in:
2025-07-07 18:39:02 +03:00
parent bbd4eae95f
commit d58c7a20f1

13
mprocs.yaml Normal file
View File

@@ -0,0 +1,13 @@
procs:
server:
shell: "exec go run ./cmd/server -- -prod=false"
client-main:
shell: "go run ./cmd/client"
client-secondary:
shell: "go run ./cmd/client"
client-log:
shell: "tail -f client.log"
messages-log:
shell: "tail -f messages.log"
check-ci:
shell: "./check-ci.sh"