1 # This file is part of systemd.
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
9 Description=Serial Getty on %I
10 Documentation=man:agetty(8) man:systemd-getty-generator(8)
11 Documentation=http://0pointer.de/blog/projects/serial-console.html
13 After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
14 m4_ifdef(`HAVE_SYSV_COMPAT',
15 After=rc-local.service
18 # If additional gettys are spawned during boot then we should make
19 # sure that this is synchronized before getty.target, even though
20 # getty.target didn't actually pull it in.
25 ExecStart=-/sbin/agetty -s %I 115200,38400,9600 vt102
36 # Some login implementations ignore SIGTERM, so we send SIGHUP
37 # instead, to ensure that login terminates cleanly.