mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-04 07:21:40 +01:00
8 lines
135 B
Plaintext
Executable File
8 lines
135 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
depend() {
|
|
need bluetooth
|
|
}
|
|
command="/usr/bin/$RC_SVCNAME"
|
|
command_background="yes"
|
|
pidfile="/run/$RC_SVCNAME.pid"
|