mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-10 11:11:40 +01:00
14 lines
227 B
Plaintext
14 lines
227 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
name="Bluetooth"
|
|
command="/usr/lib/bluetooth/bluetoothd"
|
|
pidfile="/var/run/bluetoothd.pid"
|
|
start_stop_daemon_args="--background --make-pidfile"
|
|
|
|
|
|
depend() {
|
|
after coldplug
|
|
need dbus localmount hostname
|
|
}
|
|
|