aports/testing/urfkill/urfkill.initd
2021-05-01 08:47:52 +00:00

9 lines
127 B
Plaintext

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