diff --git a/res/ly-openrc b/res/ly-openrc index 4c92126..8b13789 100644 --- a/res/ly-openrc +++ b/res/ly-openrc @@ -1,15 +1 @@ -#!/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 -}