2020-11-09 13:23:58 +09:00
# SPDX-License-Identifier: LGPL-2.1-or-later
2017-11-18 17:35:03 +01:00
#
2012-04-22 02:15:22 +02:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description = Console Getty
2017-08-07 18:30:56 +01:00
Documentation = man:agetty(8) man:systemd-getty-generator(8)
2012-04-22 02:15:22 +02:00
After = systemd-user-sessions.service plymouth-quit-wait.service
2021-05-16 11:55:36 +02:00
{ % i f H A V E _ S Y S V _ C O M P A T % }
2017-09-05 14:53:25 +02:00
After = rc-local.service getty-pre.target
2021-05-16 11:55:36 +02:00
{ % e n d i f % }
2012-04-22 02:15:22 +02:00
Before = getty.target
2017-08-09 14:43:41 +01:00
# OCI containers may be run without a console
ConditionPathExists = /dev/console
2012-04-22 02:15:22 +02:00
[Service]
2017-05-24 14:58:01 +03:00
# The '-o' option value tells agetty to replace 'login' arguments with an
# option to preserve environment (-p), followed by '--' for safety, and then
# the entered username.
2021-10-29 13:54:31 +01:00
ExecStart = -/sbin/agetty -o '-p -- \\u' --noclear --keep-baud - 115200,38400,9600 $TERM
2012-04-24 14:28:00 +02:00
Type = idle
2012-04-22 02:15:22 +02:00
Restart = always
UtmpIdentifier = cons
2021-10-29 13:54:31 +01:00
StandardInput = tty
StandardOutput = tty
2012-04-22 02:15:22 +02:00
TTYPath = /dev/console
TTYReset = yes
TTYVHangup = yes
2021-05-16 11:55:36 +02:00
{ % i f n o t E N A B L E _ L O G I N D % }
2012-04-22 02:15:22 +02:00
KillMode = process
2021-05-16 11:55:36 +02:00
{ % e n d i f % }
2012-04-22 02:15:22 +02:00
IgnoreSIGPIPE = no
2013-07-30 01:54:59 +02:00
SendSIGHUP = yes
2012-04-22 02:15:22 +02:00
[Install]
WantedBy = getty.target