]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/serial-getty@.service.m4
build-sys: get rid of special fedor install target
[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
1e7ba843 11After=dev-%i.device systemd-user-sessions.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
18
c84ed68f
LP
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.
93a45c56
LP
22Before=getty.target
23
24[Service]
180f90cb 25Environment=TERM=vt100-nav
93a45c56
LP
26m4_ifdef(`TARGET_FEDORA',
27ExecStartPre=-/sbin/securetty %I
28)m4_dnl
92ab323c 29ExecStart=-/sbin/agetty -s %I 115200,38400,9600
525ee6f4 30Restart=always
93a45c56 31RestartSec=0
c84ed68f 32UtmpIdentifier=%I
93a45c56
LP
33KillMode=process-group
34
35# Some login implementations ignore SIGTERM, so we send SIGHUP
36# instead, to ensure that login terminates cleanly.
37KillSignal=SIGHUP