MycroftOS: Bring btspeaker service inline with latest systemd changes
This commit is contained in:
parent
c2b6e9c9f0
commit
7aca1dd279
|
@ -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"
|
Loading…
Reference in New Issue