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:
parent
1e532d14ad
commit
61bec80cf3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user