93a45c562a1989dfbb2dd08c65f8a21b02959934Lennart Poettering# This file is part of systemd.
93a45c562a1989dfbb2dd08c65f8a21b02959934Lennart Poettering# systemd is free software; you can redistribute it and/or modify it
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering# under the terms of the GNU Lesser General Public License as published by
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering# the Free Software Foundation; either version 2.1 of the License, or
93a45c562a1989dfbb2dd08c65f8a21b02959934Lennart Poettering# (at your option) any later version.
93a45c562a1989dfbb2dd08c65f8a21b02959934Lennart PoetteringDescription=Serial Getty on %I
f5ccf26ded1fd7c3d5d9c7b6615236ae051b4a34Lennart PoetteringDocumentation=man:agetty(8) man:systemd-getty-generator(8)
00addadd86aff6187f1b7abe23bf1c42241b42d9Lennart PoetteringDocumentation=http://0pointer.de/blog/projects/serial-console.html
aa2e2115873e102b8f6701f4211ddf7bec4c5e10Lennart PoetteringAfter=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
83514a2fa0c9377e76dcc323ab7e7756b7f86cc4Lennart Poetteringm4_ifdef(`HAVE_SYSV_COMPAT',
c84ed68f304b22606f874118e6eb32f7089b1699Lennart Poettering# If additional gettys are spawned during boot then we should make
c84ed68f304b22606f874118e6eb32f7089b1699Lennart Poettering# sure that this is synchronized before getty.target, even though
c84ed68f304b22606f874118e6eb32f7089b1699Lennart Poettering# getty.target didn't actually pull it in.
4771148bb92ace55eaa6759a53d04a0f2de9b0d2Lennart PoetteringIgnoreOnIsolate=yes
fc6c7fe9becdd70ae6b671c396f2ad2db0b71cd7Hendrik BruecknerExecStart=-/sbin/agetty --keep-baud 115200,38400,9600 %I $TERM
c84ed68f304b22606f874118e6eb32f7089b1699Lennart PoetteringUtmpIdentifier=%I
6ea832a20700f5282c08c70f38422c6ab290a0b5Lennart PoetteringTTYPath=/dev/%I
cd25cce98f5cc930202212c3c9c13605c09698b4Lennart PoetteringKillMode=process
353e12c2f4a9e96a47eb80b80d2ffb7bc1d44a1bLennart PoetteringIgnoreSIGPIPE=no