summaryrefslogtreecommitdiff
path: root/nonsystemd/bluez-openrc/bluetoothd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/bluez-openrc/bluetoothd.initd')
-rw-r--r--nonsystemd/bluez-openrc/bluetoothd.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/nonsystemd/bluez-openrc/bluetoothd.initd b/nonsystemd/bluez-openrc/bluetoothd.initd
new file mode 100644
index 000000000..4d38cd22d
--- /dev/null
+++ b/nonsystemd/bluez-openrc/bluetoothd.initd
@@ -0,0 +1,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
+}