getty-static.service 342 B

12345678910
  1. [Unit]
  2. Description=getty on tty2-tty6 if dbus and logind are not available
  3. ConditionPathExists=/dev/tty0
  4. ConditionPathExists=!/lib/systemd/system/dbus.service
  5. [Service]
  6. Type=oneshot
  7. ExecStart=/bin/systemctl --no-block start getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service
  8. RemainAfterExit=true