Files
2026-04-30 14:34:28 +08:00

14 lines
318 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/common.sh"
load_config
ensure_runtime_dir
stop_service_process "QQ 音乐 API" "$(pid_file_for qq)"
stop_service_process "网易云音乐 API" "$(pid_file_for netease)"