#!/sbin/openrc-run
name="ly"
description="TUI display manager ly"
depend() {
after agetty
}
start() {
TTY=tty7
BAUD=38400
TERM=linux
exec supervise-daemon ly --start --pidfile /run/${RC_SVCNAME}.pid --respawn-period 60 /sbin/agetty -- -nl /usr/bin/ly $TTY $BAUD $TERM
A Fortis Scientia site