Update ly-openrc

This commit is contained in:
Cavernosa 2022-07-12 05:21:13 +00:00 committed by GitHub
parent b54f87e359
commit 988c750b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -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
}