aports/testing/tiny-dfr/tiny-dfr.initd
Milan P. Stanić b727ad69d7 testing/tiny-dfr: new aport
https://github.com/WhatAmISupposedToPutHere/tiny-dfr
Apple silicon touch bar input / display daemon
2023-08-22 09:06:45 +00:00

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
}