/etc/sv/getty-5/run is in runit 2.1.1-6.2ubuntu3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
! type fgetty >/dev/null 2>&1 || exec chpst -P fgetty tty5
exec getty 38400 tty5 linux
|