aports/community/urfkill/urfkill.initd
2021-05-05 20:30:44 +00:00

9 lines
127 B
Plaintext

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