2010-05-17 03:34:36 +04:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
2010-05-17 04:17:47 +04:00
m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl
2010-05-20 19:55:42 +04:00
m4_ifdef(`TARGET_SUSE', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl
2010-05-17 04:17:47 +04:00
m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl
2010-05-17 13:49:58 +04:00
m4_ifdef(`TARGET_GENTOO', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl
2010-06-16 15:50:55 +04:00
m4_ifdef(`TARGET_ARCH', `m4_define(`GETTY', `/sbin/agetty -8 38400')')m4_dnl
2010-05-17 04:17:47 +04:00
m4_dnl
2010-05-17 03:34:36 +04:00
[Unit]
Description=Getty on %I
2010-08-10 02:21:25 +04:00
Requires=dev-%i.device
After=dev-%i.device
2010-07-03 21:53:37 +04:00
m4_ifdef(`TARGET_FEDORA',
After=rc-local.service
)m4_dnl
m4_ifdef(`TARGET_ARCH',
After=rc-local.service
)m4_dnl
2010-05-17 03:34:36 +04:00
2010-10-08 20:22:44 +04:00
# If additional gettys are spawned during boot then we should make
# sure that this is synchronized before getty.target, even though
# getty.target didn't actually pull it in.
2010-08-19 01:10:27 +04:00
Before=getty.target
2010-05-17 03:34:36 +04:00
[Service]
2010-06-01 21:49:13 +04:00
Environment=TERM=linux
2010-08-25 05:09:57 +04:00
ExecStart=-GETTY %I
2010-10-05 22:30:44 +04:00
Restart=always
2010-05-18 05:08:18 +04:00
RestartSec=0
2010-10-08 18:06:23 +04:00
UtmpIdentifier=%I
2010-06-01 21:49:13 +04:00
KillMode=process-group
2010-08-05 22:29:11 +04:00
# Some login implementations ignore SIGTERM, so we send SIGHUP
# instead, to ensure that login terminates cleanly.
2010-08-04 20:56:35 +04:00
KillSignal=SIGHUP
2010-06-18 23:56:21 +04:00
[Install]
2010-07-08 00:29:41 +04:00
Alias=getty.target.wants/getty@tty1.service getty.target.wants/getty@tty2.service getty.target.wants/getty@tty3.service getty.target.wants/getty@tty4.service getty.target.wants/getty@tty5.service getty.target.wants/getty@tty6.service