Explorar el Código

vm/systemd: ensure that qubes-sysinit is started with /proc/xen mounted

Marek Marczykowski hace 12 años
padre
commit
e4eeaf2e11
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vm-systemd/qubes-sysinit.service

+ 1 - 1
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