X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fgetty%40.service.m4;h=d282912274110b6cb80cc1801ad8167670d808ca;hb=1a6f4df6c9437ed631080b7e006f666326063d36;hp=74ec1f30d59711da3dacc2ae87846c7bd7760d78;hpb=1640944a847249d3f5f0fb0d5a5f820a82efaed0;p=elogind.git diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 74ec1f30d..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 +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