summaryrefslogtreecommitdiffstats
path: root/debian/extra/units/getty-static.service
blob: 0a1203f070fd8abb8e8747b9b7648edc7bf345e8 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=getty on tty2-tty6 if dbus and logind are not available
ConditionPathExists=/dev/tty0
ConditionPathExists=!/lib/systemd/system/dbus.service

[Service]
Type=oneshot
ExecStart=/bin/systemctl --no-block start getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service
RemainAfterExit=true