12 lines
171 B
Text
12 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
|
||
|
}
|