From: Lennart Poettering Date: Thu, 12 Apr 2012 15:29:42 +0000 (+0200) Subject: getty: VC devices are always available, we don't need to wait until they show up X-Git-Tag: v183~353 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=88e995fd720a93460e7c3f38ac24512e6d96b3e8 getty: VC devices are always available, we don't need to wait until they show up --- diff --git a/rules/99-systemd.rules.in b/rules/99-systemd.rules.in index 1d53735c8..e2e7292c5 100644 --- a/rules/99-systemd.rules.in +++ b/rules/99-systemd.rules.in @@ -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" diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 762fbfe38..c09722f42 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -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