From 6279e1f01442fe01fe036036081d1935e3287d52 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 16 Dec 2010 15:00:51 +0100 Subject: [PATCH] Frugalware: start gettys after local.service --- units/getty@.service.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 902ab6e053..0b3160e4db 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -15,6 +15,9 @@ After=rc-local.service m4_ifdef(`TARGET_ARCH', After=rc-local.service )m4_dnl +m4_ifdef(`TARGET_FRUGALWARE', +After=local.service +)m4_dnl # If additional gettys are spawned during boot then we should make # sure that this is synchronized before getty.target, even though