chiark / gitweb /
Update TODO
[elogind.git] / units / getty@.service.m4
1 #  This file is part of systemd.
2 #
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.
7
8 [Unit]
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
15 )m4_dnl
16
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.
20 Before=getty.target
21 IgnoreOnIsolate=yes
22
23 # On systems without virtual consoles, don't start any getty. Note
24 # that serial gettys are covered by serial-getty@.service, not this
25 # unit.
26 ConditionPathExists=/dev/tty0
27
28 [Service]
29 # the VT is cleared by TTYVTDisallocate
30 ExecStart=-/sbin/agetty --noclear %I $TERM
31 Type=idle
32 Restart=always
33 RestartSec=0
34 UtmpIdentifier=%I
35 TTYPath=/dev/%I
36 TTYReset=yes
37 TTYVHangup=yes
38 TTYVTDisallocate=yes
39 KillMode=process
40 IgnoreSIGPIPE=no
41 SendSIGHUP=yes
42
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=
46
47 [Install]
48 WantedBy=getty.target
49 DefaultInstance=tty1