feat: Set process name (#623)

This commit is contained in:
Kroese 2024-02-07 13:04:29 +01:00 committed by GitHub
parent 7cfb57b1bc
commit 5cde1b4438
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,6 +168,7 @@ _graceful_shutdown() {
MON_OPTS="\
-pidfile $QEMU_PID \
-name ${APP,,// /-},process=${APP,,// /-},debug-threads=on \
-monitor telnet:localhost:$QEMU_PORT,server,nowait,nodelay"
if [[ "$CONSOLE" != [Yy]* ]]; then