From: Lennart Poettering Date: Tue, 1 Jun 2010 17:49:13 +0000 (+0200) Subject: getty: set TERM=linux for the local gettys we configure X-Git-Tag: 0.git+20100605+dfd8ee-1~9^2^2~38 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd6e402e76654075536250f16a8e90c83a10d56c;p=systemd getty: set TERM=linux for the local gettys we configure --- diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 31e8415c..20ee6e90 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