# vps-manager 自动更新定时器(每 5 分钟检查一次) # 部署位置:/etc/systemd/system/vps-manager-update.timer [Unit] Description=Periodic update check for vps-manager [Timer] OnBootSec=2min OnUnitActiveSec=5min Unit=vps-manager-update.service [Install] WantedBy=timers.target