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: v1~254 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=cd6e402e76654075536250f16a8e90c83a10d56c getty: set TERM=linux for the local gettys we configure --- 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