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