getty: VC devices are always available, we don't need to wait until they show up

This commit is contained in:
Lennart Poettering 2012-04-12 17:29:42 +02:00
parent bd5b0d57ef
commit 88e995fd72
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@
ACTION=="remove", GOTO="systemd_end"
SUBSYSTEM=="tty", KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd"
SUBSYSTEM=="tty", KERNEL=="tty[a-zA-Z]*|hvc*|xvc*|hvsi*", TAG+="systemd"
KERNEL=="vport*", TAG+="systemd"

View File

@ -7,8 +7,7 @@
[Unit]
Description=Getty on %I
BindTo=dev-%i.device
After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
After=systemd-user-sessions.service plymouth-quit-wait.service
m4_ifdef(`TARGET_FEDORA',
After=rc-local.service
)m4_dnl