Files
guru/gui-apps/lemurs/files/lemurs.initd
Remigiusz Micielski 414297a82d gui-apps/lemurs: new package, add 0.3.1
Signed-off-by: Remigiusz Micielski <rmicielski@purelymail.com>
2023-08-13 10:20:30 +02:00

24 lines
436 B
Plaintext

#!/sbin/openrc-run
# This section is kindly copied from display-manager-init
depend() {
need localmount
after bootmisc consolefont modules netmount
after readahead-list ypbind autofs openvpn gpm lircmd
after quota keymaps
after elogind
after sssd
before alsasound
use dbus xfs
}
start() {
tty=7
start-stop-daemon --start --background \
--exec "/usr/bin/openvt" -- --console ${tty} --switch -- /usr/bin/lemurs
eend $?
}