diff --git a/system_files/desktop/shared/usr/lib/systemd/system/bluetooth.service.d/prevent_hanging.conf b/system_files/desktop/shared/usr/lib/systemd/system/bluetooth.service.d/prevent_hanging.conf new file mode 100644 index 00000000..3d574c93 --- /dev/null +++ b/system_files/desktop/shared/usr/lib/systemd/system/bluetooth.service.d/prevent_hanging.conf @@ -0,0 +1,4 @@ +# Prevent freezing device with bluetooth controllers +[Unit] +Conflicts=sleep.target +Before=sleep.target \ No newline at end of file