From 9f24a81068b69e1670d685c4917a5f9f3074d845 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Aug 2010 23:10:27 +0200 Subject: units: make sure getty@xxx.service is always run before gettys.target --- units/getty@.service.m4 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'units/getty@.service.m4') diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 770fc6caac..01343c497f 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 -- cgit v1.2.3-54-g00ecf