diff options
-rw-r--r-- | units/systemd-firstboot.service.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-firstboot.service.in b/units/systemd-firstboot.service.in index 7a448ac936..405c6f3fd2 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 |