summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-04-20 01:06:15 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-21 00:41:22 -0400
commit74f4141aa3fdf0033ab367157cd5e4a4313e3b76 (patch)
tree2e6a477714c4910515191794d190540156909fd2
parent48959a73dfe38449d12717a44ba8e7e7612971e0 (diff)
Tidy whitespace
-rw-r--r--conf.d/qemu.d/beefcake2
-rwxr-xr-xsystemd/system/qemu2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/qemu.d/beefcake b/conf.d/qemu.d/beefcake
index c6eea0f..195bbc7 100644
--- a/conf.d/qemu.d/beefcake
+++ b/conf.d/qemu.d/beefcake
@@ -4,7 +4,7 @@ system=x86_64
args=(
#-nodefaults
-no-user-config
- -no-reboot # let the systemd supervisor know we're restarting
+ -no-reboot # let the systemd supervisor know we're restarting
-machine accel=kvm
-m 32768
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
)