mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
units: make sure getty@xxx.service is always run before gettys.target
This commit is contained in:
parent
5948ee7cef
commit
9f24a81068
2
fixme
2
fixme
@ -77,6 +77,8 @@ External:
|
|||||||
|
|
||||||
* make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
|
* make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
|
||||||
|
|
||||||
|
* get mount point kernel patch into f14
|
||||||
|
|
||||||
* sysv functions should color when stdout is tty, not stdin
|
* sysv functions should color when stdout is tty, not stdin
|
||||||
|
|
||||||
* agetty should not modify baudrate https://bugzilla.redhat.com/show_bug.cgi?id=623685
|
* agetty should not modify baudrate https://bugzilla.redhat.com/show_bug.cgi?id=623685
|
||||||
|
@ -22,6 +22,12 @@ m4_ifdef(`TARGET_ARCH',
|
|||||||
After=rc-local.service
|
After=rc-local.service
|
||||||
)m4_dnl
|
)m4_dnl
|
||||||
|
|
||||||
|
# If additional gettys are spawned during boot (possibly by
|
||||||
|
# systemd-auto-console-getty) then we should make sure that this is
|
||||||
|
# synchronized before getty.target, even though getty.target didn't
|
||||||
|
# actually pull it in.
|
||||||
|
Before=getty.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=TERM=linux
|
Environment=TERM=linux
|
||||||
ExecStart=GETTY %I
|
ExecStart=GETTY %I
|
||||||
|
Loading…
Reference in New Issue
Block a user