From 7e5c72aee4f09db43bffba9bf03c4cc9c8fedf62 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 11 Mar 2024 15:10:25 +0100 Subject: [PATCH] qemush : ajout -name dans la fonction start --- bin/qemush | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index f3b55b5..724d4e7 100755 --- a/bin/qemush +++ b/bin/qemush @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# version=0.5.0 +# version=0.6.0 # Function to re-exec the script as another user via sudo (only if needed) exec_as() { @@ -66,6 +66,7 @@ public_start() { QEMUSH_NAME="$1" set -- "$@" \ + -name "$QEMUSH_NAME" \ -monitor "unix:$(pathof socket),server,nowait" \ -daemonize if ! "$@"; then