ostree-remount.service: Run before systemd-random-seed.service
It's essential that we've mounted /var read-write in order for random-seed.service to work.
This commit is contained in:
parent
2b8c717c33
commit
a897b42a7a
|
|
@ -23,7 +23,7 @@ OnFailure=emergency.service
|
||||||
Conflicts=umount.target
|
Conflicts=umount.target
|
||||||
After=-.mount
|
After=-.mount
|
||||||
After=systemd-remount-fs.service
|
After=systemd-remount-fs.service
|
||||||
Before=local-fs.target umount.target
|
Before=local-fs.target umount.target systemd-random-seed.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue