From: Miklos Vajna Date: Thu, 16 Dec 2010 14:00:51 +0000 (+0100) Subject: Frugalware: start gettys after local.service X-Git-Tag: v16~45 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6279e1f01442fe01fe036036081d1935e3287d52;p=systemd Frugalware: start gettys after local.service --- diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 902ab6e0..0b3160e4 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