summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-18 23:10:27 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-18 23:12:16 +0200
commit9f24a81068b69e1670d685c4917a5f9f3074d845 (patch)
treeaa84a65fd168d813e663d64e72dd281a545af9e7 /units
parent5948ee7ceff829965a72c5a636aae1e9c2bcc065 (diff)
units: make sure getty@xxx.service is always run before gettys.target
Diffstat (limited to 'units')
-rw-r--r--units/getty@.service.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4
index 770fc6caa..01343c497 100644
--- a/units/getty@.service.m4
+++ b/units/getty@.service.m4
@@ -22,6 +22,12 @@ m4_ifdef(`TARGET_ARCH',
After=rc-local.service
)m4_dnl
+# If additional gettys are spawned during boot (possibly by
+# systemd-auto-console-getty) then we should make sure that this is
+# synchronized before getty.target, even though getty.target didn't
+# actually pull it in.
+Before=getty.target
+
[Service]
Environment=TERM=linux
ExecStart=GETTY %I