diff --git a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/haos-bt-cache.service b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/haos-bt-cache.service index c59cbdb11..c1825198d 100644 --- a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/haos-bt-cache.service +++ b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/haos-bt-cache.service @@ -3,7 +3,7 @@ Description=Remove Bluetooth cache entries older than one week [Service] Type=oneshot -ExecStart=/bin/sh -c 'find /var/lib/bluetooth/*/cache -mindepth 1 -type f -atime +7 -exec rm {} \;' +ExecStart=/bin/sh -c 'find /var/lib/bluetooth/*/cache -mindepth 1 -type f -atime +7 -delete' PrivateDevices=yes PrivateNetwork=yes PrivateUsers=no