chiark / gitweb /
cgroup: after killing cgroup processes, ensure the group is really dead gone. wait...
[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
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
19 # If additional gettys are spawned during boot then we should make
20 # sure that this is synchronized before getty.target, even though
21 # getty.target didn't actually pull it in.
22 Before=getty.target
23
24 [Service]
25 Environment=TERM=linux
26 ExecStart=-/sbin/agetty %I 38400
27 Restart=always
28 RestartSec=0
29 UtmpIdentifier=%I
30 KillMode=process-group
31
32 # Some login implementations ignore SIGTERM, so we send SIGHUP
33 # instead, to ensure that login terminates cleanly.
34 KillSignal=SIGHUP
35
36 [Install]
37 Alias=getty.target.wants/getty@tty1.service getty.target.wants/getty@tty2.service getty.target.wants/getty@tty3.service getty.target.wants/getty@tty4.service getty.target.wants/getty@tty5.service getty.target.wants/getty@tty6.service