From ccf22d4a104e6ed2666d6c5b4031981a84787790 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Dec 2013 17:48:31 +0100 Subject: 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. --- units/serial-getty@.service.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/serial-getty@.service.m4') diff --git a/units/serial-getty@.service.m4 b/units/serial-getty@.service.m4 index e32c6b7af..0e612bbde 100644 --- a/units/serial-getty@.service.m4 +++ b/units/serial-getty@.service.m4 @@ -22,7 +22,7 @@ Before=getty.target IgnoreOnIsolate=yes [Service] -ExecStart=-/sbin/agetty --keep-baud %I 115200,38400,9600 +ExecStart=-/sbin/agetty --keep-baud %I 115200,38400,9600 $TERM Type=idle Restart=always RestartSec=0 -- cgit v1.2.3