summaryrefslogtreecommitdiff
path: root/net-wireless/bluez/files/bluetooth-init.d-r4
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless/bluez/files/bluetooth-init.d-r4')
-rwxr-xr-xnet-wireless/bluez/files/bluetooth-init.d-r412
1 files changed, 12 insertions, 0 deletions
diff --git a/net-wireless/bluez/files/bluetooth-init.d-r4 b/net-wireless/bluez/files/bluetooth-init.d-r4
new file mode 100755
index 000000000000..97cf500008e0
--- /dev/null
+++ b/net-wireless/bluez/files/bluetooth-init.d-r4
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+pidfile="/run/bluetoothd.pid"
+command="/usr/libexec/bluetooth/bluetoothd"
+command_background=1
+
+depend() {
+ after coldplug
+ need dbus localmount hostname
+}