[systemd-commits] units/systemd-firstboot.service.in

Lennart Poettering lennart at kemper.freedesktop.org
Wed Oct 22 16:29:00 PDT 2014


 units/systemd-firstboot.service.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b825ab1a99b69956057c79838faaf7b44afee474
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Oct 23 01:24:59 2014 +0200

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

diff --git a/units/systemd-firstboot.service.in b/units/systemd-firstboot.service.in
index 7a448ac..405c6f3 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
 



More information about the systemd-commits mailing list