refactor: rename canto-backend → backend, canto-frontend → frontend
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
15
backend/qwen3-tts.service
Normal file
15
backend/qwen3-tts.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Qwen3 TTS Backend Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=bdim
|
||||
WorkingDirectory=/opt/qwen3-tts/qwen3-tts-backend
|
||||
Environment="PATH=/home/bdim/miniconda3/envs/qwen3-tts-deploy/bin:/usr/local/bin:/usr/bin:/bin"
|
||||
ExecStart=/home/bdim/miniconda3/envs/qwen3-tts-deploy/bin/uvicorn main:app --host 0.0.0.0 --port 8884
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user