From 29a0663cc1f3eaa3e91b3600912ef110eecaa97b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 7 Apr 2026 09:14:13 +0200 Subject: [PATCH] Ensure we enable the LPMD service after installing --- install/config/hardware/intel/lpmd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/config/hardware/intel/lpmd.sh b/install/config/hardware/intel/lpmd.sh index 8fcfccdb..ad8cf374 100644 --- a/install/config/hardware/intel/lpmd.sh +++ b/install/config/hardware/intel/lpmd.sh @@ -6,5 +6,6 @@ if omarchy-hw-intel && omarchy-battery-present; then cpu_model=$(grep -m1 "^model\s*:" /proc/cpuinfo 2>/dev/null | cut -d: -f2 | tr -d ' ') if [[ "$cpu_model" =~ ^(151|154|170|172|183|186|189|191|204)$ ]]; then omarchy-pkg-add intel-lpmd + sudo systemctl enable intel_lpmd.service fi fi