]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: order container and console getty units after getty-pre.target 6748/head
authorMichal Sekletar <msekleta@redhat.com>
Tue, 5 Sep 2017 12:53:25 +0000 (14:53 +0200)
committerMichal Sekletar <msekleta@redhat.com>
Tue, 5 Sep 2017 12:53:25 +0000 (14:53 +0200)
units/console-getty.service.m4.in
units/container-getty@.service.m4.in

index 4b9165b70d33c1a6a1f9a8eb7fef60dfd06ab65c..e75576adf7d467b9a5dfbc2d160436c38df5ad3c 100644 (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
 
index 005d9e5c2459856249611a09ee031a631f949d06..4b822f0e3b44066611f3cfe881ecdd5e3bd464b7 100644 (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