mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 14:22:14 +01:00
https://github.com/WhatAmISupposedToPutHere/tiny-dfr Apple silicon touch bar input / display daemon
13 lines
154 B
Bash
13 lines
154 B
Bash
#!/sbin/openrc-run
|
|
|
|
pidfile=/run/${RC_SVCNAME}.pid
|
|
command=/usr/bin/tiny-dfr
|
|
command_background=true
|
|
|
|
depend() {
|
|
need localmount
|
|
after modules-load
|
|
}
|
|
|
|
|