summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-01 19:49:13 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-01 19:49:13 +0200
commitcd6e402e76654075536250f16a8e90c83a10d56c (patch)
treec34a7f3408446b5e800be4189eb6881081780cec
parentc87eba546a33ce7ecd66f0e3b61bdf55ae1389f0 (diff)
getty: set TERM=linux for the local gettys we configure
-rw-r--r--units/getty@.service.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4
index 31e8415..20ee6e9 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