pmaports/main/urfkill/urfkill.initd

12 lines
171 B
Text
Raw Normal View History

2019-09-10 15:24:39 +00:00
#!/sbin/openrc-run
supervisor=supervise-daemon
name="urfkill"
description="Handle rfkill events in userspace"
command="/usr/libexec/urfkilld"
depend() {
after ofono
}