소스 검색

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

Marek Marczykowski 12 년 전
부모
커밋
e4eeaf2e11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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