diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-12 17:29:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-12 17:29:42 +0200 |
commit | 88e995fd720a93460e7c3f38ac24512e6d96b3e8 (patch) | |
tree | 00f96b796d2f02d54eb7c3bc1e1b04ce38888e04 /units/getty@.service.m4 | |
parent | bd5b0d57ef3fceef3ed61d0e06a8e1f3d8417048 (diff) | |
download | systemd-88e995fd720a93460e7c3f38ac24512e6d96b3e8.tar.gz |
getty: VC devices are always available, we don't need to wait until they show up
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 762fbfe383..c09722f429 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 |