]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/getty@.service.m4
units: don't kill the emergency shell when sysinit.target is triggered (#6765)
[thirdparty/systemd.git] / units / getty@.service.m4
CommitLineData
5e6afdd3
LP
1# This file is part of systemd.
2#
5e6afdd3 3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
5e6afdd3 6# (at your option) any later version.
5e6afdd3 7
5e6afdd3
LP
8[Unit]
9Description=Getty on %I
00addadd
LP
10Documentation=man:agetty(8) man:systemd-getty-generator(8)
11Documentation=http://0pointer.de/blog/projects/serial-console.html
17590254 12After=systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target
83514a2f 13m4_ifdef(`HAVE_SYSV_COMPAT',
6fdae8a6
DM
14After=rc-local.service
15)m4_dnl
5e6afdd3 16
c84ed68f
LP
17# If additional gettys are spawned during boot then we should make
18# sure that this is synchronized before getty.target, even though
19# getty.target didn't actually pull it in.
9f24a810 20Before=getty.target
4771148b 21IgnoreOnIsolate=yes
9f24a810 22
5ed020d8
MS
23# IgnoreOnIsolate causes issues with sulogin, if someone isolates
24# rescue.target or starts rescue.service from multi-user.target or
25# graphical.target.
f1e24a25
AJ
26Conflicts=rescue.service emergency.service
27Before=rescue.service emergency.service
5ed020d8 28
7aa4fa34 29# On systems without virtual consoles, don't start any getty. Note
8ef58b3e 30# that serial gettys are covered by serial-getty@.service, not this
7aa4fa34 31# unit.
8ef58b3e
LP
32ConditionPathExists=/dev/tty0
33
5e6afdd3 34[Service]
3305d680 35# the VT is cleared by TTYVTDisallocate
db6aedab
NK
36# The '-o' option value tells agetty to replace 'login' arguments with an
37# option to preserve environment (-p), followed by '--' for safety, and then
38# the entered username.
39ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear %I $TERM
f2b68789 40Type=idle
525ee6f4 41Restart=always
1e3fc654 42RestartSec=0
169c1bda 43UtmpIdentifier=%I
6ea832a2
LP
44TTYPath=/dev/%I
45TTYReset=yes
46TTYVHangup=yes
47TTYVTDisallocate=yes
cd25cce9 48KillMode=process
353e12c2 49IgnoreSIGPIPE=no
82659fd7 50SendSIGHUP=yes
30609d9c 51
1640944a
LP
52# Unset locale for the console getty since the console has problems
53# displaying some internationalized messages.
82f93439 54UnsetEnvironment=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
1640944a 55
3d88bf66 56[Install]
7aa4fa34 57WantedBy=getty.target
d54c4993 58DefaultInstance=tty1