From: Michael Prokop Date: Fri, 12 May 2017 18:56:03 +0000 (+0200) Subject: Ensure that grml-autoconfig service is running before tty1 is enabled X-Git-Tag: v0.15.5~2 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=df307824db1bbaaba36823695328d4ff079df999 Ensure that grml-autoconfig service is running before tty1 is enabled Thanks: Darshaka Pathirana Closes grml/grml#19 --- diff --git a/systemd/grml-autoconfig.service b/systemd/grml-autoconfig.service index fcd78d4..5397dcf 100644 --- a/systemd/grml-autoconfig.service +++ b/systemd/grml-autoconfig.service @@ -2,7 +2,7 @@ [Unit] Description=Grml boot option support -Before=getty.target +Before=getty@tty1.service After=rc-local.service [Service]