mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Bring btspeaker service inline with latest systemd changes
This commit is contained in:
@ -16,9 +16,6 @@ define BTSPEAKER_INSTALL_TARGET_CMDS
|
||||
|
||||
$(INSTALL) -D -m 644 $(@D)/brcm_bt.service \
|
||||
$(TARGET_DIR)/usr/lib/systemd/system/brcm_bt.service
|
||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||
ln -fs ../../../../usr/lib/systemd/system/brcm_bt.service \
|
||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/brcm_bt.service
|
||||
|
||||
mkdir -p $(TARGET_DIR)/etc/bluetooth
|
||||
$(INSTALL) -D -m 644 $(@D)/main.conf \
|
||||
|
@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPre=-/bin/psplash-write "MSG Starting Bluetooth Speaker"
|
Reference in New Issue
Block a user