mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
7 lines
135 B
Text
Executable file
7 lines
135 B
Text
Executable file
#!/sbin/openrc-run
|
|
depend() {
|
|
need bluetooth
|
|
}
|
|
command="/usr/bin/$RC_SVCNAME"
|
|
command_background="yes"
|
|
pidfile="/run/$RC_SVCNAME.pid"
|