25 lines
612 B
INI
25 lines
612 B
INI
[Unit]
|
|
Description=root shell on %I
|
|
Conflicts=getty@%I.service
|
|
Conflicts=serial-getty@%I.service
|
|
|
|
[Service]
|
|
Environment=TERM=linux
|
|
ExecStart=/bin/sh
|
|
Restart=always
|
|
RestartSec=0
|
|
StandardInput=tty
|
|
TTYPath=/dev/%I
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
KillMode=process
|
|
IgnoreSIGPIPE=no
|
|
KillSignal=SIGHUP
|
|
|
|
# Unset locale for the console getty since the console has problems
|
|
# displaying some internationalized messages.
|
|
UnsetEnvironment=LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|