From 45e27532971ac84e835a2879df510a581f933fcd Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Tue, 5 Sep 2017 14:53:25 +0200 Subject: [PATCH] units: order container and console getty units after getty-pre.target --- units/console-getty.service.m4.in | 2 +- units/container-getty@.service.m4.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/units/console-getty.service.m4.in b/units/console-getty.service.m4.in index 4b9165b..e75576a 100644 --- a/units/console-getty.service.m4.in +++ b/units/console-getty.service.m4.in @@ -10,7 +10,7 @@ Description=Console Getty Documentation=man:agetty(8) man:systemd-getty-generator(8) After=systemd-user-sessions.service plymouth-quit-wait.service m4_ifdef(`HAVE_SYSV_COMPAT', -After=rc-local.service +After=rc-local.service getty-pre.target )m4_dnl Before=getty.target diff --git a/units/container-getty@.service.m4.in b/units/container-getty@.service.m4.in index 005d9e5..4b822f0 100644 --- a/units/container-getty@.service.m4.in +++ b/units/container-getty@.service.m4.in @@ -11,7 +11,7 @@ Documentation=man:agetty(8) man:systemd-getty-generator(8) Documentation=man:machinectl(1) After=systemd-user-sessions.service plymouth-quit-wait.service m4_ifdef(`HAVE_SYSV_COMPAT', -After=rc-local.service +After=rc-local.service getty-pre.target )m4_dnl Before=getty.target IgnoreOnIsolate=yes -- 2.7.4