From ea5051abdbd23321a2fa063acdf596990bcaacc0 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 10 Jan 2024 17:05:52 +0100 Subject: [PATCH] Update build --- builder/raspberrypi64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/raspberrypi64.yml b/builder/raspberrypi64.yml index 3f574b0a..a9812f1c 100644 --- a/builder/raspberrypi64.yml +++ b/builder/raspberrypi64.yml @@ -192,8 +192,8 @@ - name: disable sap plugin for bluetooth.service lineinfile: dest: /lib/systemd/system/bluetooth.service - regexp: '^ExecStart=/usr/lib/bluetooth/bluetoothd$' - line: 'ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap,a2dp' + regexp: '^ExecStart=/usr/libexec/bluetooth/bluetoothd$' + line: 'ExecStart=/usr/libexec/bluetooth/bluetoothd --noplugin=sap,a2dp' state: present - name: configure dphys-swapfile