bluetoothd.initd 285 B

12345678910111213
  1. #!/usr/bin/openrc-run
  2. # Copyright 1999-2019 Gentoo Authors
  3. # Distributed under the terms of the GNU General Public License v2
  4. pidfile="/run/bluetoothd.pid"
  5. command="/usr/lib/bluetooth/bluetoothd"
  6. command_background=1
  7. depend() {
  8. after coldplug
  9. need dbus localmount hostname
  10. }