1 # This file is part of systemd.
3 # systemd is free software; you can redistribute it and/or modify it
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
6 # (at your option) any later version.
9 Description=Getty on %I
10 Documentation=man:agetty(8) man:systemd-getty-generator(8)
11 Documentation=http://0pointer.de/blog/projects/serial-console.html
12 After=systemd-user-sessions.service plymouth-quit-wait.service
13 m4_ifdef(`HAVE_SYSV_COMPAT',
14 After=rc-local.service
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.
23 # On systems without virtual consoles, don't start any getty. Note
24 # that serial gettys are covered by serial-getty@.service, not this
26 ConditionPathExists=/dev/tty0
29 # the VT is cleared by TTYVTDisallocate
30 ExecStart=-/sbin/agetty --noclear %I $TERM
43 # Unset locale for the console getty since the console has problems
44 # displaying some internationalized messages.
45 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=