systemd: do not fail qubes-vm@ service when the VM is already running
Fixes QubesOS/qubes-issues#1528
This commit is contained in:
parent
b8e40895b3
commit
169eac6412
@ -6,7 +6,7 @@ Before=systemd-user-sessions.service
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Environment=DISPLAY=:0
|
||||
ExecStart=/usr/bin/qvm-start --no-guid %i
|
||||
ExecStart=/usr/bin/qvm-start --no-guid --skip-if-running %i
|
||||
Group=qubes
|
||||
RemainAfterExit=yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user