Ensure that grml-autoconfig service is running before tty1 is enabled
authorMichael Prokop <mika@grml.org>
Fri, 12 May 2017 18:56:03 +0000 (20:56 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 12 May 2017 18:56:03 +0000 (20:56 +0200)
Thanks: Darshaka Pathirana <dpat@syn-net.org>
Closes grml/grml#19

systemd/grml-autoconfig.service

index fcd78d4..5397dcf 100644 (file)
@@ -2,7 +2,7 @@
 
 [Unit]
 Description=Grml boot option support
-Before=getty.target
+Before=getty@tty1.service
 After=rc-local.service
 
 [Service]