]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/serial-getty@.service.m4
cryptsetup: add trailing \n
[thirdparty/systemd.git] / units / serial-getty@.service.m4
CommitLineData
93a45c56
LP
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]
9Description=Serial Getty on %I
b81884e7 10BindTo=dev-%i.device
aa2e2115 11After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
93a45c56
LP
12m4_ifdef(`TARGET_FEDORA',
13After=rc-local.service
14)m4_dnl
15m4_ifdef(`TARGET_ARCH',
16After=rc-local.service
17)m4_dnl
aa2e2115
LP
18m4_ifdef(`TARGET_FRUGALWARE',
19After=local.service
20)m4_dnl
53bdb7c1
AS
21m4_ifdef(`TARGET_ALTLINUX',
22After=rc-local.service
23)m4_dnl
1de4d79b
AB
24m4_ifdef(`TARGET_MANDRIVA',
25After=rc-local.service
26)m4_dnl
93a45c56 27
c84ed68f
LP
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.
93a45c56
LP
31Before=getty.target
32
33[Service]
60b4f277 34Environment=TERM=vt100
92ab323c 35ExecStart=-/sbin/agetty -s %I 115200,38400,9600
525ee6f4 36Restart=always
93a45c56 37RestartSec=0
c84ed68f 38UtmpIdentifier=%I
cd25cce9 39KillMode=process
93a45c56
LP
40
41# Some login implementations ignore SIGTERM, so we send SIGHUP
42# instead, to ensure that login terminates cleanly.
43KillSignal=SIGHUP