boot/ostree-remount.service: run before tmpfiles.d
tmpfiles.d configurations generally require write access to some places that are read-only until ostree-remount runs. Make sure ostree-remount has run first. Thanks to Cosimo Cecchi for finding and diagnosing this problem. https://bugzilla.gnome.org/show_bug.cgi?id=724183
This commit is contained in:
parent
3ffdef07a4
commit
c8b16d9313
|
|
@ -26,6 +26,8 @@ After=systemd-remount-fs.service
|
||||||
Before=local-fs.target umount.target
|
Before=local-fs.target umount.target
|
||||||
# Other early boot units that need to write to /var
|
# Other early boot units that need to write to /var
|
||||||
Before=systemd-random-seed.service plymouth-read-write.service
|
Before=systemd-random-seed.service plymouth-read-write.service
|
||||||
|
# tmpfiles.d usually needs write access to a few places
|
||||||
|
Before=systemd-tmpfiles-setup.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue