This unit is provided by:
Options
-
[Install]
-
DefaultInstance=tty1
-
WantedBy=getty.target
-
-
[Service]
-
ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear - $TERM
-
ExecStart=@/usr/sbin/agetty agetty '--login-program' '/usr/bin/login' '--autologin' 'alice' --noclear %I $TERM
-
IgnoreSIGPIPE=no
-
Restart=always
-
RestartSec=0
-
SendSIGHUP=yes
-
StandardInput=tty
-
StandardOutput=tty
-
TTYPath=/dev/%I
-
TTYReset=yes
-
TTYVHangup=yes
-
TTYVTDisallocate=yes
-
Type=idle
-
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
-
UtmpIdentifier=%I
-
-
[Unit]
-
After=systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target
-
After=systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target rc-local.service
-
Before=getty.target rescue.service
-
ConditionPathExists=/dev/tty0
-
Conflicts=rescue.service
-
Description=Getty on %I
-
Documentation=man:agetty(8) man:systemd-getty-generator(8) http://0pointer.de/blog/projects/serial-console.html
-
IgnoreOnIsolate=yes
-
Additionnal notes
Nothing here.