summaryrefslogtreecommitdiff
path: root/units/systemd-firstboot.service
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-03-11 11:47:15 +0100
committerLennart Poettering <lennart@poettering.net>2021-03-26 12:21:11 +0100
commit361662f4341b5dc02e53feceb9518d5b85b549e9 (patch)
treeccba61d97fc602e94255a95d66cb75db4af59ad5 /units/systemd-firstboot.service
parent99e9f896fb491d13c6d02f6f5bbfceabae833f05 (diff)
downloadsystemd-361662f4341b5dc02e53feceb9518d5b85b549e9.tar.gz
units: make sure to query console settings before we apply them
Diffstat (limited to 'units/systemd-firstboot.service')
-rw-r--r--units/systemd-firstboot.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-firstboot.service b/units/systemd-firstboot.service
index 2fea88384f..d7f445ef35 100644
--- a/units/systemd-firstboot.service
+++ b/units/systemd-firstboot.service
@@ -13,7 +13,7 @@ Documentation=man:systemd-firstboot(1)
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-remount-fs.service
-Before=systemd-sysusers.service sysinit.target first-boot-complete.target shutdown.target
+Before=systemd-sysusers.service systemd-vconsole-setup.service sysinit.target first-boot-complete.target shutdown.target
Wants=first-boot-complete.target
ConditionPathIsReadWrite=/etc
ConditionFirstBoot=yes