]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/serial-getty@.service.m4
units: cleanup agetty command line
[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
5430f7f2
LP
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
93a45c56
LP
6# (at your option) any later version.
7
8[Unit]
9Description=Serial Getty on %I
f5ccf26d 10Documentation=man:agetty(8) man:systemd-getty-generator(8)
00addadd 11Documentation=http://0pointer.de/blog/projects/serial-console.html
7f2cddae 12BindsTo=dev-%i.device
aa2e2115 13After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
83514a2f 14m4_ifdef(`HAVE_SYSV_COMPAT',
6fdae8a6
DM
15After=rc-local.service
16)m4_dnl
93a45c56 17
c84ed68f
LP
18# If additional gettys are spawned during boot then we should make
19# sure that this is synchronized before getty.target, even though
20# getty.target didn't actually pull it in.
93a45c56 21Before=getty.target
4771148b 22IgnoreOnIsolate=yes
93a45c56
LP
23
24[Service]
7c1b8f04 25ExecStart=-/sbin/agetty --keep-baud %I 115200,38400,9600
f2b68789 26Type=idle
525ee6f4 27Restart=always
93a45c56 28RestartSec=0
c84ed68f 29UtmpIdentifier=%I
6ea832a2
LP
30TTYPath=/dev/%I
31TTYReset=yes
32TTYVHangup=yes
cd25cce9 33KillMode=process
353e12c2 34IgnoreSIGPIPE=no
93a45c56
LP
35
36# Some login implementations ignore SIGTERM, so we send SIGHUP
37# instead, to ensure that login terminates cleanly.
38KillSignal=SIGHUP