diff options
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index b5875ce491..810c23fc12 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -43,9 +43,8 @@ IgnoreOnIsolate=yes ConditionPathExists=/dev/tty0 [Service] -Environment=TERM=linux # the VT is cleared by TTYVTDisallocate -ExecStart=-/sbin/agetty --noclear %I 38400 +ExecStart=-/sbin/agetty --noclear %I 38400 linux Type=idle Restart=always RestartSec=0 |