OSDN Git Service

New frontend: bluetoothd
authormobinmob <mobinmob@disroot.org>
Thu, 2 Jul 2020 12:30:41 +0000 (15:30 +0300)
committermobinmob <mobinmob@disroot.org>
Thu, 2 Jul 2020 12:30:41 +0000 (15:30 +0300)
usr/share/66/service/bluetoothd [new file with mode: 0644]

diff --git a/usr/share/66/service/bluetoothd b/usr/share/66/service/bluetoothd
new file mode 100644 (file)
index 0000000..a22edbc
--- /dev/null
@@ -0,0 +1,10 @@
+[main]
+@type = longrun
+@description = "bluetooth daemon"
+@version = @VERSION@ 
+@user = ( root )
+@options = ( log )
+@depends = ( dbus )
+
+[start]
+@execute = ( /usr/libexec/bluetooth/bluetoothd -n )