From 8b00086e9f997859f2e46bd28298eb34958ea215 Mon Sep 17 00:00:00 2001 From: John Haverlack Date: Wed, 4 Feb 2026 20:33:35 -0900 Subject: [PATCH] Update stop-sdl-wkr.sh --- sdl-wkr/scripts/stop-sdl-wkr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl-wkr/scripts/stop-sdl-wkr.sh b/sdl-wkr/scripts/stop-sdl-wkr.sh index 46aa74e..7cba2e2 100755 --- a/sdl-wkr/scripts/stop-sdl-wkr.sh +++ b/sdl-wkr/scripts/stop-sdl-wkr.sh @@ -6,7 +6,7 @@ use_systemd() { # Check if systemd user mode is available and service exists if systemctl --user status >/dev/null 2>&1; then # Check if our service file exists - if systemctl --user list-unit-files | grep -q "^sdl-mgr.service"; then + if systemctl --user list-unit-files | grep -q "^sdl-wkr.service"; then return 0 # Use systemd fi fi