This commit is contained in:
IGNY8 VPS (Salman)
2025-11-29 01:48:53 +00:00
parent 0839455418
commit 0b3830c891
8 changed files with 1222 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
[Unit]
Description=Qwen Agent MCP Server
After=network.target
[Service]
Type=simple
User=%YOUR_USERNAME%
WorkingDirectory=%HOME%/agent58k
Environment="PATH=%HOME%/agent58k/venv/bin:/usr/local/bin:/usr/bin:/bin"
ExecStart=%HOME%/agent58k/venv/bin/python server.py
Restart=always
RestartSec=10
# Logging
StandardOutput=append:/var/log/qwen-agent.log
StandardError=append:/var/log/qwen-agent-error.log
[Install]
WantedBy=multi-user.target