diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-16 01:54:07 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-16 01:54:07 +0100 |
commit | 180f90cb13ffbf8e6269ec3afb24243fec936e0c (patch) | |
tree | 1ead94a00dd95e43c457047654c58da27e2b3fa4 /units/getty@.service.m4 | |
parent | f2a29e51f21f446c8b6e53f60c72bedf5b8b4e25 (diff) |
units: set TERM for gettys again, since they acquire a TTY on their own
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 8ac3925c4f..902ab6e053 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -22,6 +22,7 @@ After=rc-local.service Before=getty.target [Service] +Environment=TERM=linux ExecStart=-/sbin/agetty %I 38400 Restart=always RestartSec=0 |