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