mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
bluez: clean up dbus
we dont want dbus-daemon to try-start bluez/obexd. we have own service units. so this is pointless and just fails with an error in journal
This commit is contained in:
@@ -71,10 +71,10 @@ post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/bin/bccmd
|
||||
rm -rf $INSTALL/usr/bin/bluemoon
|
||||
rm -rf $INSTALL/usr/bin/ciptool
|
||||
rm -rf $INSTALL/usr/share/dbus-1
|
||||
}
|
||||
|
||||
post_install() {
|
||||
enable_service bluetooth.service
|
||||
enable_service obex.service
|
||||
}
|
||||
|
||||
|
||||
@@ -15,4 +15,3 @@ TimeoutStopSec=1s
|
||||
|
||||
[Install]
|
||||
WantedBy=bluetooth.target
|
||||
Alias=dbus-org.bluez.service
|
||||
|
||||
@@ -15,4 +15,3 @@ TimeoutStopSec=1s
|
||||
|
||||
[Install]
|
||||
WantedBy=bluetooth.target
|
||||
Alias=dbus-org.bluez.obex.service
|
||||
|
||||
Reference in New Issue
Block a user