]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/getty@.service.m4
zsh_completion: Split out zsh _coredumpctl
[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
88e995fd 12After=systemd-user-sessions.service plymouth-quit-wait.service
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
7aa4fa34 23# On systems without virtual consoles, don't start any getty. Note
8ef58b3e 24# that serial gettys are covered by serial-getty@.service, not this
7aa4fa34 25# unit.
8ef58b3e
LP
26ConditionPathExists=/dev/tty0
27
5e6afdd3 28[Service]
3305d680 29# the VT is cleared by TTYVTDisallocate
7c1b8f04 30ExecStart=-/sbin/agetty --noclear %I
f2b68789 31Type=idle
525ee6f4 32Restart=always
1e3fc654 33RestartSec=0
169c1bda 34UtmpIdentifier=%I
6ea832a2
LP
35TTYPath=/dev/%I
36TTYReset=yes
37TTYVHangup=yes
38TTYVTDisallocate=yes
cd25cce9 39KillMode=process
353e12c2 40IgnoreSIGPIPE=no
82659fd7 41SendSIGHUP=yes
30609d9c 42
1640944a
LP
43# Unset locale for the console getty since the console has problems
44# displaying some internationalized messages.
07bceef2 45Environment=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 46
3d88bf66 47[Install]
7aa4fa34 48WantedBy=getty.target