summaryrefslogtreecommitdiff
path: root/units/getty@.service.m4
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-18 17:48:31 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-18 18:21:28 +0100
commitccf22d4a104e6ed2666d6c5b4031981a84787790 (patch)
treeb8b5daaba6a14c7ce47cf550fc36ee682bca5df1 /units/getty@.service.m4
parent7cae38c4fa51a56cd13ff028278efe7fae3c222c (diff)
units: when spawning a getty configure TERM explicitly
This way we can make use of our logic to automatically determine an appropriate TERM for a specific tty.
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r--units/getty@.service.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4
index 253da85f8e..aa853b8d6d 100644
--- a/units/getty@.service.m4
+++ b/units/getty@.service.m4
@@ -27,7 +27,7 @@ ConditionPathExists=/dev/tty0
[Service]
# the VT is cleared by TTYVTDisallocate
-ExecStart=-/sbin/agetty --noclear %I
+ExecStart=-/sbin/agetty --noclear %I $TERM
Type=idle
Restart=always
RestartSec=0