mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
13 lines
308 B
Batchfile
13 lines
308 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
set "sbinDir=%~dp0"
|
|
set "baseDir=%~dp0.."
|
|
set "runtimeDir=%baseDir%\..\runtime"
|
|
set "buildDir=%baseDir%\build"
|
|
|
|
::3. start service
|
|
::start standalone service
|
|
call "%runtimeDir%\supersonic-standalone\bin\service.bat" stop
|
|
call "%runtimeDir%\supersonic-standalone\llm\bin\service.bat" stop
|