mirror of
https://github.com/systemd/systemd.git
synced 2025-08-31 09:49:54 +03:00
getty: set TERM=linux for the local gettys we configure
This commit is contained in:
@ -17,7 +17,9 @@ After=basic.target
|
|||||||
Conflicts=shutdown.target
|
Conflicts=shutdown.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Environment=TERM=linux
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=GETTY %I
|
ExecStart=GETTY %I
|
||||||
Restart=restart-always
|
Restart=restart-always
|
||||||
RestartSec=0
|
RestartSec=0
|
||||||
|
KillMode=process-group
|
||||||
|
Reference in New Issue
Block a user