Browse Source

systemd: fix qubes-vm@.service - qvm-start no longer have --no-guid arg

Marek Marczykowski-Górecki 7 years ago
parent
commit
79a8d9c58f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      linux/systemd/qubes-vm@.service

+ 1 - 1
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