1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

getty: properly synchronize of tty devices being plugged in

This commit is contained in:
Lennart Poettering 2010-08-10 00:21:25 +02:00
parent 1e532d14ad
commit 61bec80cf3

View File

@ -13,7 +13,8 @@ m4_ifdef(`TARGET_ARCH', `m4_define(`GETTY', `/sbin/agetty -8 38400')')m4_dnl
m4_dnl
[Unit]
Description=Getty on %I
Before=getty.target
Requires=dev-%i.device
After=dev-%i.device
m4_ifdef(`TARGET_FEDORA',
After=rc-local.service
)m4_dnl