Files
sgame-admin-deploy/sgame-admin-sync.service
2026-07-28 04:32:53 +00:00

15 lines
447 B
Desktop File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[Unit]
Description=SGame admin 发版拉取(检查产物仓,有新构建才重启服务)
After=network-online.target
[Service]
Type=oneshot
# 需要 rootinstall 到 /opt 并 systemctl restart 主服务
User=root
ExecStart=/opt/sgame-admin/vps-sync.sh
# 拉取脚本内部已有 git 超时,这里再兜一层,杜绝 timer 任务堆积
TimeoutStartSec=180
StandardOutput=journal
StandardError=journal
SyslogIdentifier=sgame-admin-sync