feat: 初始化 vps-manager 资产管理系统(Asset/VPSDetail/DomainDetail/AIAccount 模型 + FastAPI 骨架)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# vps-manager systemd 服务配置
|
||||
# 部署位置:/etc/systemd/system/vps-manager.service
|
||||
# 使用方法:systemctl daemon-reload && systemctl enable --now vps-manager
|
||||
|
||||
[Unit]
|
||||
Description=VPS Asset Manager (vps-manager)
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/opt/vps-manager
|
||||
ExecStart=/opt/vps-manager/.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8000
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user