systemd: order qubes-mount-dirs.service before local-fs.target

The service is really responsible for mounting /rw and /home, so should
be ordered before local-fs.target - this will allow other services
to use standard ordering targets.

This probably makes Before=qubes-gui-agent.service not needed anymore,
but do not remove it yet without extensive testing to not risk
regression.

Fixes QubesOS/qubes-issues#2194
This commit is contained in:
Marek Marczykowski-Górecki 2016-07-25 13:59:55 +02:00
parent 90be5be630
commit e0e89f153f
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1,6 +1,8 @@
[Unit]
Description=Initialize and mount /rw and /home
Before=qubes-gui-agent.service
After=qubes-sysinit.service
DefaultDependencies=no
Before=local-fs.target qubes-gui-agent.service
[Service]
Type=oneshot