mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02: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"
|