Update ly-openrc

This commit is contained in:
Cavernosa 2022-05-17 04:21:25 +00:00 committed by GitHub
parent dafd57bba8
commit 376c528ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -8,5 +8,8 @@ depend() {
}
start() {
exec supervise-daemon ly --start --pidfile /run/${RC_SVCNAME}.pid --respawn-period 60 /sbin/agetty -- -nl /usr/bin/ly tty7 38400 linux
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
}