pmaports/main/urfkill/urfkill.initd
2019-11-21 05:39:21 +00:00

11 lines
171 B
Text

#!/sbin/openrc-run
supervisor=supervise-daemon
name="urfkill"
description="Handle rfkill events in userspace"
command="/usr/libexec/urfkilld"
depend() {
after ofono
}