From cd6e402e76654075536250f16a8e90c83a10d56c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 1 Jun 2010 19:49:13 +0200 Subject: [PATCH] getty: set TERM=linux for the local gettys we configure --- units/getty@.service.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 31e8415c0..20ee6e90f 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -17,7 +17,9 @@ After=basic.target Conflicts=shutdown.target [Service] +Environment=TERM=linux Type=simple ExecStart=GETTY %I Restart=restart-always RestartSec=0 +KillMode=process-group -- 2.30.2