summaryrefslogtreecommitdiff
path: root/units/getty@.service.m4
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2010-12-16 15:00:51 +0100
committerKay Sievers <kay.sievers@vrfy.org>2010-12-16 15:02:19 +0100
commit6279e1f01442fe01fe036036081d1935e3287d52 (patch)
treeeceb4b97e8466cfd89dfa1b8b0fd0b3475cb80d9 /units/getty@.service.m4
parente1992852c8d540f2d9ec3c04a8d9cee791fd8b10 (diff)
Frugalware: start gettys after local.service
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r--units/getty@.service.m43
1 files changed, 3 insertions, 0 deletions
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