# 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