feat: 平台预设字典+凭证加密+分库备份+Agent采集+移动端优先前端重做
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# VPS Agent 定时器(每 5 分钟采集上报一次)
|
||||
# 部署位置:/etc/systemd/system/vps-agent.timer
|
||||
|
||||
[Unit]
|
||||
Description=Run VPS Manager Agent every 5 minutes
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
OnUnitActiveSec=5min
|
||||
Unit=vps-agent.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user