]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/serial-getty@.service.m4
Merge pull request #1508 from msekletar/update-TODO-NPROC
[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]
fc6c7fe9 25ExecStart=-/sbin/agetty --keep-baud 115200,38400,9600 %I $TERM
f2b68789 26Type=idle
525ee6f4 27Restart=always
c84ed68f 28UtmpIdentifier=%I
6ea832a2
LP
29TTYPath=/dev/%I
30TTYReset=yes
31TTYVHangup=yes
cd25cce9 32KillMode=process
353e12c2 33IgnoreSIGPIPE=no
82659fd7 34SendSIGHUP=yes
7143555c
ZJS
35
36[Install]
37WantedBy=getty.target