From df307824db1bbaaba36823695328d4ff079df999 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 12 May 2017 20:56:03 +0200 Subject: [PATCH] Ensure that grml-autoconfig service is running before tty1 is enabled Thanks: Darshaka Pathirana Closes grml/grml#19 --- systemd/grml-autoconfig.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.1.4