chiark / gitweb /
Frugalware: start gettys after local.service
authorMiklos Vajna <vmiklos@frugalware.org>
Thu, 16 Dec 2010 14:00:51 +0000 (15:00 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 16 Dec 2010 14:02:19 +0000 (15:02 +0100)
units/getty@.service.m4

index 902ab6e0538d81e057c1bde777d5603ea7ab3ebf..0b3160e4dbf6207f4050cecb7573963ce47be89c 100644 (file)
@@ -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