88d7ca7940
Many services depended on misc-post only because this was where /home gets mounted. Move that to separate service, started earlier.
13 lines
269 B
Desktop File
13 lines
269 B
Desktop File
[Unit]
|
|
Description=Qubes misc post-boot actions
|
|
After=qubes-dvm.service qubes-mount-home.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/qubes/init/misc-post.sh
|
|
ExecStop=/usr/lib/qubes/init/misc-post-stop.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|