From 79a8d9c58f7b9c2cb192f51fbec3107f5c6d15ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 31 May 2017 12:32:59 +0200 Subject: [PATCH] systemd: fix qubes-vm@.service - qvm-start no longer have --no-guid arg --- linux/systemd/qubes-vm@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/systemd/qubes-vm@.service b/linux/systemd/qubes-vm@.service index 2eb09ec5..d64e2aba 100644 --- a/linux/systemd/qubes-vm@.service +++ b/linux/systemd/qubes-vm@.service @@ -6,7 +6,7 @@ Before=systemd-user-sessions.service [Service] Type=oneshot Environment=DISPLAY=:0 -ExecStart=/usr/bin/qvm-start --no-guid --skip-if-running %i +ExecStart=/usr/bin/qvm-start --skip-if-running %i Group=qubes RemainAfterExit=yes