mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
units: set TERM for gettys again, since they acquire a TTY on their own
This commit is contained in:
parent
f2a29e51f2
commit
180f90cb13
@ -22,6 +22,7 @@ After=rc-local.service
|
||||
Before=getty.target
|
||||
|
||||
[Service]
|
||||
Environment=TERM=linux
|
||||
ExecStart=-/sbin/agetty %I 38400
|
||||
Restart=always
|
||||
RestartSec=0
|
||||
|
@ -22,6 +22,7 @@ After=rc-local.service
|
||||
Before=getty.target
|
||||
|
||||
[Service]
|
||||
Environment=TERM=vt100-nav
|
||||
m4_ifdef(`TARGET_FEDORA',
|
||||
ExecStartPre=-/sbin/securetty %I
|
||||
)m4_dnl
|
||||
|
Loading…
Reference in New Issue
Block a user