feat: 平台预设字典+凭证加密+分库备份+Agent采集+移动端优先前端重做
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# VPS Agent 服务(oneshot,由 timer 触发)
|
||||
# 部署位置:/etc/systemd/system/vps-agent.service
|
||||
# 需先部署 collector.py + reporter.py 到 /opt/vps-agent/,并配置 /etc/vps-agent.env
|
||||
|
||||
[Unit]
|
||||
Description=VPS Manager Agent (collect & report)
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
EnvironmentFile=-/etc/vps-agent.env
|
||||
ExecStart=/usr/bin/python3 /opt/vps-agent/reporter.py
|
||||
Reference in New Issue
Block a user