diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-02 22:14:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-02 22:14:00 +0200 |
commit | d29bcf0de7af8bf63c2464b2cf3f42d095099738 (patch) | |
tree | 840a011d49e939f5e8a2fe9d8308d06e4b41dde7 | |
parent | d7a2d0c67addf880d5e667d87062dcb6083e501c (diff) |
units: make sure that rc-local.service is run before the getty on tty1, so that they don't fight for tty access
-rw-r--r-- | units/fedora/rc-local.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index bd67aab62e..58b59820e2 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. |