This unit is provided by:
Options
-
[Install]
-
WantedBy=getty.target
-
-
[Service]
-
ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud - 115200,38400,9600 $TERM
-
ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud console 115200,38400,9600 $TERM
-
ExecStart=@/usr/sbin/agetty agetty '--login-program' '/usr/bin/login' --noclear --keep-baud console 115200,38400,9600 $TERM
-
IgnoreSIGPIPE=no
-
Restart=always
-
SendSIGHUP=yes
-
StandardInput=tty
-
StandardOutput=tty
-
TTYPath=/dev/console
-
TTYReset=yes
-
TTYVHangup=yes
-
Type=idle
-
UtmpIdentifier=cons
-
-
[Unit]
-
After=systemd-user-sessions.service plymouth-quit-wait.service
-
After=systemd-user-sessions.service plymouth-quit-wait.service rc-local.service getty-pre.target
-
Before=getty.target
-
ConditionPathExists=/dev/console
-
Description=Console Getty
-
Documentation=man:agetty(8) man:systemd-getty-generator(8)
-
Additionnal notes
Nothing here.