From 192af42684cd86d744c6b8e7449d94a21391134d Mon Sep 17 00:00:00 2001 From: Diego Date: Sun, 14 Jun 2026 08:29:56 +0200 Subject: [PATCH] fix: drop fixed unit name from power-profile udev rule to prevent wakeup failures When multiple USB-C power supply udev events fire rapidly on resume, systemd-run fails with exit code 1 because the named unit omarchy-power-profile already exists. Removing the fixed --unit= lets each event get a unique transient unit name, avoiding the collision. powerprofilesctl set is idempotent so concurrent runs are harmless. Co-Authored-By: Claude Sonnet 4.6 --- install/config/powerprofilesctl-rules.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/config/powerprofilesctl-rules.sh b/install/config/powerprofilesctl-rules.sh index 0715a1c694..e099f5d39b 100644 --- a/install/config/powerprofilesctl-rules.sh +++ b/install/config/powerprofilesctl-rules.sh @@ -1,7 +1,7 @@ if omarchy-battery-present; then cat <