chiark / gitweb /
readahead: opt out of bridge logging for readahead in order not to delay things unnec...
[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 General Public License as published by
5 #  the Free Software Foundation; either version 2 of the License, or
6 #  (at your option) any later version.
7
8 [Unit]
9 Description=Getty on %I
10 BindTo=dev-%i.device
11 After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
12 m4_ifdef(`TARGET_FEDORA',
13 After=rc-local.service
14 )m4_dnl
15 m4_ifdef(`TARGET_ARCH',
16 After=rc-local.service
17 )m4_dnl
18 m4_ifdef(`TARGET_FRUGALWARE',
19 After=local.service
20 )m4_dnl
21 m4_ifdef(`TARGET_ALTLINUX',
22 After=rc-local.service
23 )m4_dnl
24 m4_ifdef(`TARGET_MANDRIVA',
25 After=rc-local.service
26 )m4_dnl
27
28 # If additional gettys are spawned during boot then we should make
29 # sure that this is synchronized before getty.target, even though
30 # getty.target didn't actually pull it in.
31 Before=getty.target
32
33 [Service]
34 Environment=TERM=linux
35 ExecStart=-/sbin/agetty %I 38400
36 Restart=always
37 RestartSec=0
38 UtmpIdentifier=%I
39 TTYPath=/dev/%I
40 TTYReset=yes
41 TTYVHangup=yes
42 TTYVTDisallocate=yes
43 KillMode=process
44
45 # Unset locale for the console getty since the console has problems
46 # displaying some internationalized messages.
47 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=
48
49 # Some login implementations ignore SIGTERM, so we send SIGHUP
50 # instead, to ensure that login terminates cleanly.
51 KillSignal=SIGHUP
52
53 [Install]
54 Alias=getty.target.wants/getty@tty1.service