units: set TERM for gettys again, since they acquire a TTY on their own

This commit is contained in:
Lennart Poettering 2010-11-16 01:54:07 +01:00
parent f2a29e51f2
commit 180f90cb13
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ After=rc-local.service
Before=getty.target
[Service]
Environment=TERM=linux
ExecStart=-/sbin/agetty %I 38400
Restart=always
RestartSec=0

View File

@ -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