From: Michal Sekletar Date: Tue, 5 Sep 2017 12:53:25 +0000 (+0200) Subject: units: order container and console getty units after getty-pre.target X-Git-Tag: v235~157^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45e27532971ac84e835a2879df510a581f933fcd;p=platform%2Fupstream%2Fsystemd.git units: order container and console getty units after getty-pre.target --- 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