From d29bcf0de7af8bf63c2464b2cf3f42d095099738 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jun 2010 22:14:00 +0200 Subject: [PATCH] units: make sure that rc-local.service is run before the getty on tty1, so that they don't fight for tty access --- units/fedora/rc-local.service | 1 + 1 file changed, 1 insertion(+) diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index bd67aab62..58b59820e 100644 --- a/units/fedora/rc-local.service +++ b/units/fedora/rc-local.service @@ -10,6 +10,7 @@ Description=/etc/rc.local Compatibility Requires=basic.target After=basic.target Conflicts=shutdown.target +Before=getty@tty1.service # The rcN.d symlink uses the name "local" while the script itself is # called "rc.local", hence carry both names here. -- 2.30.2