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:
Colin Walters 2013-11-22 16:42:20 -05:00
parent 2b8c717c33
commit a897b42a7a

View File

@ -23,7 +23,7 @@ OnFailure=emergency.service
Conflicts=umount.target
After=-.mount
After=systemd-remount-fs.service
Before=local-fs.target umount.target
Before=local-fs.target umount.target systemd-random-seed.service
[Service]
Type=oneshot