Cross Reference: container-getty@.service.m4.in
xref
: /
dovecot
/
src
/
lib-storage
/
index
/
index-search.c
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
container-getty@.service.m4.in revision e87bc3ef67a892e2b3dba753190675e5f9b592b5
286
N/A
# This file is part of systemd.
286
N/A
#
286
N/A
# systemd is free software; you can redistribute it
and/or
modify it
286
N/A
# under the terms of the GNU Lesser General Public License as published by
286
N/A
# the Free Software Foundation; either version 2.1 of the License, or
286
N/A
# (at your option) any later version.
286
N/A
286
N/A
[Unit]
286
N/A
Description=Container Getty on
/dev/pts
/%I
286
N/A
Documentation=man:agetty(8) man:machinectl(1)
286
N/A
After=
systemd-user-sessions.service
plymouth-quit-wait.service
286
N/A
m4_ifdef(`HAVE_SYSV_COMPAT',
286
N/A
After=
rc-local.service
286
N/A
)m4_dnl
286
N/A
Before=
getty.target
286
N/A
IgnoreOnIsolate=yes
286
N/A
ConditionPathExists=
/dev/pts
/%I
286
N/A
286
N/A
[Service]
286
N/A
ExecStart=-
/sbin/agetty
--noclear --keep-baud pts/%I 115200,38400,9600 $TERM
286
N/A
Type=idle
286
N/A
Restart=always
286
N/A
RestartSec=0
286
N/A
UtmpIdentifier=pts/%I
286
N/A
TTYPath=
/dev/pts
/%I
286
N/A
TTYReset=yes
286
N/A
TTYVHangup=yes
286
N/A
KillMode=process
286
N/A
IgnoreSIGPIPE=no
286
N/A
SendSIGHUP=yes
286
N/A