6d3c73c741
It doesn't need all local filesystems, only /, /run, /proc/xen and loaded modules.
15 lines
291 B
Desktop File
15 lines
291 B
Desktop File
[Unit]
|
|
Description=Init Qubes Services settings
|
|
DefaultDependencies=no
|
|
Before=sysinit.target
|
|
After=proc-xen.mount systemd-modules-load.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/qubes/init/qubes-sysinit.sh
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|