units: run firstboot before sysusers, so that firstboot can initialize the root password

This commit is contained in:
Lennart Poettering 2014-10-23 01:24:59 +02:00
parent 758c4d7a39
commit b825ab1a99
Notes: Lennart Poettering 2014-10-27 13:19:57 +01:00
Backport: bugfix

View file

@ -10,8 +10,8 @@ Description=First Boot Wizard
Documentation=man:systemd-firstboot(1)
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-remount-fs.service systemd-sysusers.service
Before=sysinit.target shutdown.target
After=systemd-remount-fs.service
Before=systemd-sysusers.service sysinit.target shutdown.target
ConditionPathIsReadWrite=/etc
ConditionFirstBoot=yes