summaryrefslogtreecommitdiff
path: root/units/systemd-firstboot.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-10-23 01:24:59 +0200
committerLennart Poettering <lennart@poettering.net>2014-10-23 01:24:59 +0200
commitb825ab1a99b69956057c79838faaf7b44afee474 (patch)
treee1b21830d4c7356761c9dddf301d5216bb04f9f6 /units/systemd-firstboot.service.in
parent758c4d7a391c0e024737053c815bf3924653b8c5 (diff)
units: run firstboot before sysusers, so that firstboot can initialize the root password
Diffstat (limited to 'units/systemd-firstboot.service.in')
-rw-r--r--units/systemd-firstboot.service.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-firstboot.service.in b/units/systemd-firstboot.service.in
index 7a448ac93..405c6f3fd 100644
--- a/units/systemd-firstboot.service.in
+++ b/units/systemd-firstboot.service.in
@@ -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