summaryrefslogtreecommitdiff
path: root/nonsystemd/bluez-openrc/bluetoothd.initd
blob: 4d38cd22de8bdd7392d3de661017f3a2a85ae071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

supervisor="supervise-daemon"
#pidfile="/run/bluetoothd.pid"
command="/usr/lib/bluetooth/bluetoothd"
#command_background=1

depend() {
    after coldplug
    need dbus localmount hostname
}