From: Lennart Poettering Date: Wed, 2 Jun 2010 20:14:00 +0000 (+0200) Subject: units: make sure that rc-local.service is run before the getty on tty1, so that they... X-Git-Tag: 0.git+20100605+dfd8ee-1~9^2^2~19 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d29bcf0de7af8bf63c2464b2cf3f42d095099738;p=systemd units: make sure that rc-local.service is run before the getty on tty1, so that they don't fight for tty access --- diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index bd67aab6..58b59820 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.