blob: b8ee564c3f0136545b3d6aa99cbf189d01c6dcba [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
[Unit]
Description=Getty on %I
After=systemd-user-sessions.service boot-services.target
PartOf=boot-services.target
[Service]
ExecStart=/sbin/agetty 115200 %I linux
Type=idle
Restart=always
RestartSec=0
UtmpIdentifier=%I
TTYPath=/dev/%I
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
KillMode=process
IgnoreSIGPIPE=no
SendSIGHUP=yes
[Install]
WantedBy=boot-services.target