From 1e13cf469d78034f264cedd8097735065c47282d Mon Sep 17 00:00:00 2001 From: cyph3rasi Date: Sat, 7 Mar 2026 23:56:16 -0800 Subject: [PATCH] Stop updater service from restarting itself --- docker/update-local.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker/update-local.sh b/docker/update-local.sh index d681e47..bc1e404 100755 --- a/docker/update-local.sh +++ b/docker/update-local.sh @@ -73,9 +73,5 @@ compose_cmd pull echo "🚀 Restarting Synapsis" compose_cmd up -d --remove-orphans -if command -v systemctl >/dev/null 2>&1 && systemctl list-unit-files synapsis-updater.service >/dev/null 2>&1; then - systemctl restart synapsis-updater.service >/dev/null 2>&1 || true -fi - echo "" echo "✅ Synapsis has been updated to the latest published image."