]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/serial-getty@.service.m4
Merge pull request #6902 from keszybz/two-property-printing-fixes
[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
17590254 13After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target
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 23
9aeac5c6
FB
24# IgnoreOnIsolate causes issues with sulogin, if someone isolates
25# rescue.target or starts rescue.service from multi-user.target or
26# graphical.target.
f1e24a25
AJ
27Conflicts=rescue.service emergency.service
28Before=rescue.service emergency.service
9aeac5c6 29
93a45c56 30[Service]
db6aedab
NK
31# The '-o' option value tells agetty to replace 'login' arguments with an
32# option to preserve environment (-p), followed by '--' for safety, and then
33# the entered username.
34ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,38400,9600 %I $TERM
f2b68789 35Type=idle
525ee6f4 36Restart=always
c84ed68f 37UtmpIdentifier=%I
6ea832a2
LP
38TTYPath=/dev/%I
39TTYReset=yes
40TTYVHangup=yes
cd25cce9 41KillMode=process
353e12c2 42IgnoreSIGPIPE=no
82659fd7 43SendSIGHUP=yes
7143555c
ZJS
44
45[Install]
46WantedBy=getty.target