2010-05-17 03:34:36 +04:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
2012-04-12 02:20:58 +04:00
# 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
2010-05-17 03:34:36 +04:00
# (at your option) any later version.
[Unit]
Description=Getty on %I
2012-11-20 23:09:38 +04:00
Documentation=man:agetty(8) man:systemd-getty-generator(8)
Documentation=http://0pointer.de/blog/projects/serial-console.html
2012-04-12 19:29:42 +04:00
After=systemd-user-sessions.service plymouth-quit-wait.service
2013-01-05 01:36:48 +04:00
m4_ifdef(`HAVE_SYSV_COMPAT',
2011-10-28 21:16:33 +04:00
After=rc-local.service
)m4_dnl
2010-05-17 03:34:36 +04:00
2010-10-08 20:22:44 +04:00
# If additional gettys are spawned during boot then we should make
# sure that this is synchronized before getty.target, even though
# getty.target didn't actually pull it in.
2010-08-19 01:10:27 +04:00
Before=getty.target
2012-04-11 23:58:33 +04:00
IgnoreOnIsolate=yes
2010-08-19 01:10:27 +04:00
2016-07-25 17:18:00 +03:00
# IgnoreOnIsolate causes issues with sulogin, if someone isolates
# rescue.target or starts rescue.service from multi-user.target or
# graphical.target.
Conflicts=rescue.service
Before=rescue.service
2013-07-13 17:59:35 +04:00
# On systems without virtual consoles, don't start any getty. Note
2012-04-12 19:31:26 +04:00
# that serial gettys are covered by serial-getty@.service, not this
2013-07-13 17:59:35 +04:00
# unit.
2012-04-12 19:31:26 +04:00
ConditionPathExists=/dev/tty0
2010-05-17 03:34:36 +04:00
[Service]
2012-06-06 13:26:30 +04:00
# the VT is cleared by TTYVTDisallocate
2013-12-18 20:48:31 +04:00
ExecStart=-/sbin/agetty --noclear %I $TERM
2012-04-24 16:28:00 +04:00
Type=idle
2010-10-05 22:30:44 +04:00
Restart=always
2010-05-18 05:08:18 +04:00
RestartSec=0
2010-10-08 18:06:23 +04:00
UtmpIdentifier=%I
2011-05-18 03:07:31 +04:00
TTYPath=/dev/%I
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
2011-03-30 01:31:38 +04:00
KillMode=process
2012-02-09 06:18:04 +04:00
IgnoreSIGPIPE=no
2013-07-30 03:54:59 +04:00
SendSIGHUP=yes
2010-08-05 22:29:11 +04:00
2011-01-06 22:38:06 +03:00
# Unset locale for the console getty since the console has problems
# displaying some internationalized messages.
2011-08-31 16:09:14 +04:00
Environment=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=
2011-01-06 22:38:06 +03:00
2010-06-18 23:56:21 +04:00
[Install]
2013-07-13 17:59:35 +04:00
WantedBy=getty.target
2014-06-17 02:15:31 +04:00
DefaultInstance=tty1