units: order container and console getty units after getty-pre.target

This commit is contained in:
Michal Sekletar 2017-09-05 14:53:25 +02:00
parent ead36ce651
commit 45e2753297
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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