mirror of https://github.com/fairyglade/ly.git
Update ly-openrc
This commit is contained in:
parent
b54f87e359
commit
988c750b6a
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue