dvm, then xendriverdomain, then qrexec-agent
Fixes QubesOS/qubes-issues#2126 Fixes QubesOS/qubes-issues#1990
This commit is contained in:
parent
191b2a4cd9
commit
fbf4c93730
@ -2,6 +2,7 @@
|
||||
Description=Prepare Qubes DispVM Template
|
||||
ConditionPathExists=/var/run/qubes-service/qubes-dvm
|
||||
After=systemd-readahead-replay.service
|
||||
Before=xendriverdomain.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Qubes remote exec agent
|
||||
After=qubes-dvm.service
|
||||
After=qubes-dvm.service xendriverdomain.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/bin/sh -c '[ -e /dev/xen/evtchn ] || modprobe xen_evtchn'
|
||||
|
Loading…
Reference in New Issue
Block a user