From e4eeaf2e1149501ec9ec52eed4efb88d3aa797e6 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Sat, 14 Jan 2012 01:36:22 +0100 Subject: [PATCH] vm/systemd: ensure that qubes-sysinit is started with /proc/xen mounted --- vm-systemd/qubes-sysinit.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm-systemd/qubes-sysinit.service b/vm-systemd/qubes-sysinit.service index 29bb1e4..c6ca7a0 100644 --- a/vm-systemd/qubes-sysinit.service +++ b/vm-systemd/qubes-sysinit.service @@ -2,7 +2,7 @@ Description=Init Qubes Services settings DefaultDependencies=no Before=sysinit.target -After=local-fs.target +After=local-fs.target proc-xen.mount [Service] Type=oneshot