container-getty@.service.m4.in revision 68ac53e62fadb87f1b33ccd9bff9c3f7f699c937
0N/A# This file is part of systemd.
0N/A#
0N/A# systemd is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU Lesser General Public License as published by
0N/A# the Free Software Foundation; either version 2.1 of the License, or
0N/A# (at your option) any later version.
0N/A
0N/A[Unit]
0N/ADescription=Container Getty on /dev/pts/%I
0N/ADocumentation=man:agetty(8) man:machinectl(1)
0N/AAfter=systemd-user-sessions.service plymouth-quit-wait.service
0N/Am4_ifdef(`HAVE_SYSV_COMPAT',
0N/AAfter=rc-local.service
0N/A)m4_dnl
0N/ABefore=getty.target
0N/AIgnoreOnIsolate=yes
0N/AConditionPathExists=/dev/pts/%I
0N/A
0N/A[Service]
0N/AExecStart=-/sbin/agetty --noclear --keep-baud pts/%I 115200,38400,9600 $TERM
0N/AType=idle
0N/ARestart=always
0N/ARestartSec=0
0N/AUtmpIdentifier=%I
0N/ATTYPath=/dev/%I
0N/ATTYReset=yes
0N/ATTYVHangup=yes
0N/AKillMode=process
0N/AIgnoreSIGPIPE=no
0N/ASendSIGHUP=yes
0N/A