diff options
Diffstat (limited to 'systemd/system/qemu')
-rwxr-xr-x | systemd/system/qemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/system/qemu b/systemd/system/qemu index 98ca582..603a437 100755 --- a/systemd/system/qemu +++ b/systemd/system/qemu @@ -4,7 +4,7 @@ source "/etc/conf.d/qemu.d/$1" args+=( -name "$1",debug-threads=on -pidfile "/run/qemu-$1/pid" - -vnc unix:"/run/qemu-$1/vnc.sock" + -vnc unix:"/run/qemu-$1/vnc.sock" -monitor unix:"/run/qemu-$1/monitor.sock",server,nowait -daemonize ) |