diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-01 19:49:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-01 19:49:13 +0200 |
commit | cd6e402e76654075536250f16a8e90c83a10d56c (patch) | |
tree | c34a7f3408446b5e800be4189eb6881081780cec /units/getty@.service.m4 | |
parent | c87eba546a33ce7ecd66f0e3b61bdf55ae1389f0 (diff) |
getty: set TERM=linux for the local gettys we configure
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 31e8415c03..20ee6e90f7 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 |