systemd: relax qubes-sysinit dependencies
It doesn't need all local filesystems, only /, /run, /proc/xen and loaded modules.
This commit is contained in:
parent
12080a42a2
commit
6d3c73c741
@ -2,7 +2,7 @@
|
|||||||
Description=Init Qubes Services settings
|
Description=Init Qubes Services settings
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Before=sysinit.target
|
Before=sysinit.target
|
||||||
After=local-fs.target
|
After=proc-xen.mount systemd-modules-load.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
Reference in New Issue
Block a user