X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fgetty%40.service.m4;h=d282912274110b6cb80cc1801ad8167670d808ca;hb=0992bbd109d60ce10ddd8895259fd9b4c1bbfdb5;hp=23ea9794b5a5f649dd29c6e935a76fab68a01557;hpb=b7ff1e47da4653d2ff1ec7b489e6067fed29d8c5;p=elogind.git diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 23ea9794b..d28291227 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -8,7 +8,7 @@ [Unit] Description=Getty on %I BindTo=dev-%i.device -After=dev-%i.device systemd-user-sessions.service plymouth-quit.service +After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service m4_ifdef(`TARGET_FEDORA', After=rc-local.service )m4_dnl @@ -18,6 +18,9 @@ After=rc-local.service m4_ifdef(`TARGET_FRUGALWARE', After=local.service )m4_dnl +m4_ifdef(`TARGET_ALTLINUX', +After=rc-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