#!/bin/bash # Unified restart script for saas-search services set -euo pipefail cd "$(dirname "$0")" ./scripts/service_ctl.sh restart "$@"