OSDN Git Service

bluetoothd: place dbus on '@extdepends" instead of '@depends".
authormobinmob <mobinmob@disroot.org>
Sat, 12 Dec 2020 21:12:41 +0000 (23:12 +0200)
committermobinmob <mobinmob@disroot.org>
Sat, 12 Dec 2020 21:12:41 +0000 (23:12 +0200)
usr/share/66/service/bluetoothd

index a22edbc..d124ec5 100644 (file)
@@ -4,7 +4,7 @@
 @version = @VERSION@ 
 @user = ( root )
 @options = ( log )
-@depends = ( dbus )
+@extdepends = ( dbus )
 
 [start]
 @execute = ( /usr/libexec/bluetooth/bluetoothd -n )