From d5fbd8ff543f963e5696356421afc079979f5586 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Sat, 9 Nov 2024 17:00:01 +0000 Subject: [PATCH] Don't launch the bluetooth watchdog on the minimal image. --- PKGBUILD/steamfork-device-support/PKGBUILD | 2 +- .../usr/lib/systemd/system/steamfork-bluetooth-watchdog.service | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD/steamfork-device-support/PKGBUILD b/PKGBUILD/steamfork-device-support/PKGBUILD index 658b8544..7a1de8eb 100644 --- a/PKGBUILD/steamfork-device-support/PKGBUILD +++ b/PKGBUILD/steamfork-device-support/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Fewtarius pkgname=steamfork-device-support -pkgver=2024.11.07 +pkgver=2024.11.09 pkgrel=1 pkgdesc='Hardware support provider for PC handhelds.' arch=('any') diff --git a/PKGBUILD/steamfork-device-support/src/usr/lib/systemd/system/steamfork-bluetooth-watchdog.service b/PKGBUILD/steamfork-device-support/src/usr/lib/systemd/system/steamfork-bluetooth-watchdog.service index 47324379..1ea8ceda 100644 --- a/PKGBUILD/steamfork-device-support/src/usr/lib/systemd/system/steamfork-bluetooth-watchdog.service +++ b/PKGBUILD/steamfork-device-support/src/usr/lib/systemd/system/steamfork-bluetooth-watchdog.service @@ -1,6 +1,7 @@ [Unit] Description=Simple bluetooth watcher that connects to paired devices. Before=display-manager.service +ConditionPathExists=/usr/bin/bluetoothctl [Service] User=root