Files
shizhui_website/deploy/act_runner.service
ShiZhui db90280989
All checks were successful
Build and Deploy / build-deploy (push) Successful in 46s
添加 CI 自动部署 workflow + CMS IP 配置
2026-06-11 17:58:24 +08:00

14 lines
292 B
Desktop File

[Unit]
Description=Gitea Actions Runner
After=network.target gitea.service
[Service]
ExecStart=/usr/local/bin/act_runner daemon --config /etc/act_runner/config.yaml
WorkingDirectory=/var/lib/act_runner
Environment=HOME=/root
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target