dvm, then xendriverdomain, then qrexec-agent

Fixes QubesOS/qubes-issues#2126
Fixes QubesOS/qubes-issues#1990
This commit is contained in:
Rusty Bird 2016-07-01 16:01:47 +00:00
parent 191b2a4cd9
commit fbf4c93730
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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'