# Text login on virtual terminal 3 (reachable with Ctrl-Alt-F3).## A copy of console-login bound to /dev/vt/3 instead of /dev/console, giving a# text-console fallback alongside the graphical greeter. ttymon self-claims# /dev/vt/3 as its ctty (opens it as session leader, no O_NOCTTY), so no# zyginit [tty] feature is needed. Requires vtdaemon: it configures the VTs# (VT_CONFIG) and arbitrates the Ctrl-Alt-F# hotkey switch to reach this VT.[service]
name = "vt3-login"description = "Text login on VT3 (Ctrl-Alt-F3)"type = "daemon"[exec]
start = "/etc/zyginit/services/vt3-login/start.sh"[dependencies]
requires = ["utmpd", "vtdaemon"]
[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]
[restart]
on = "failure"delay = 5max_retries = 3