MycroftOS: Bring btspeaker service inline with latest systemd changes

This commit is contained in:
j1nx 2020-04-16 12:04:05 +02:00
parent c2b6e9c9f0
commit 7aca1dd279
2 changed files with 2 additions and 3 deletions

View File

@ -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 \

View File

@ -0,0 +1,2 @@
[Service]
ExecStartPre=-/bin/psplash-write "MSG Starting Bluetooth Speaker"