From 9f3dc87f7a01ea8e0d047edeee6d84911a7378c1 Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 13 Jan 2020 00:05:24 -0300 Subject: addpkg: nonsystemd/openrc-desktop 20200112-1 Signed-off-by: David P --- nonsystemd/openrc-desktop/bluetoothd.initd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nonsystemd/openrc-desktop/bluetoothd.initd (limited to 'nonsystemd/openrc-desktop/bluetoothd.initd') diff --git a/nonsystemd/openrc-desktop/bluetoothd.initd b/nonsystemd/openrc-desktop/bluetoothd.initd new file mode 100644 index 000000000..a3d02e55c --- /dev/null +++ b/nonsystemd/openrc-desktop/bluetoothd.initd @@ -0,0 +1,12 @@ +#!/usr/bin/openrc-run +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +pidfile="/run/bluetoothd.pid" +command="/usr/lib/bluetooth/bluetoothd" +command_background=1 + +depend() { + after coldplug + need dbus localmount hostname +} -- cgit v1.2.3