From 873665024ebfaa761ee49b508a79db7178aeb778 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 Jun 2022 15:08:04 +0100 Subject: added gnupg --- repo/bluez/bluetooth.initd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 repo/bluez/bluetooth.initd (limited to 'repo/bluez/bluetooth.initd') diff --git a/repo/bluez/bluetooth.initd b/repo/bluez/bluetooth.initd new file mode 100644 index 0000000..3e5ec98 --- /dev/null +++ b/repo/bluez/bluetooth.initd @@ -0,0 +1,13 @@ +#!/sbin/openrc-run + +name="Bluetooth" +command="/usr/lib/bluetooth/bluetoothd" +pidfile="/var/run/bluetoothd.pid" +start_stop_daemon_args="--background --make-pidfile" + + +depend() { + after coldplug udev-postmount + need dbus localmount hostname +} + -- cgit v1.2.1