mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-26 19:11:55 +01:00
9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
description="Handle rfkill events in userspace"
|
|
command="/usr/libexec/urfkilld"
|
|
|
|
depend() {
|
|
after ofono
|
|
}
|