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
|
Description=Prepare Qubes DispVM Template
|
||||||
ConditionPathExists=/var/run/qubes-service/qubes-dvm
|
ConditionPathExists=/var/run/qubes-service/qubes-dvm
|
||||||
After=systemd-readahead-replay.service
|
After=systemd-readahead-replay.service
|
||||||
|
Before=xendriverdomain.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Qubes remote exec agent
|
Description=Qubes remote exec agent
|
||||||
After=qubes-dvm.service
|
After=qubes-dvm.service xendriverdomain.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStartPre=/bin/sh -c '[ -e /dev/xen/evtchn ] || modprobe xen_evtchn'
|
ExecStartPre=/bin/sh -c '[ -e /dev/xen/evtchn ] || modprobe xen_evtchn'
|
||||||
|
Loading…
Reference in New Issue
Block a user