Stop updater service from restarting itself

This commit is contained in:
cyph3rasi
2026-03-07 23:56:16 -08:00
parent c5984145dc
commit 1e13cf469d
-4
View File
@@ -73,9 +73,5 @@ compose_cmd pull
echo "🚀 Restarting Synapsis" echo "🚀 Restarting Synapsis"
compose_cmd up -d --remove-orphans 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 ""
echo "✅ Synapsis has been updated to the latest published image." echo "✅ Synapsis has been updated to the latest published image."