17 lines
519 B
Desktop File
17 lines
519 B
Desktop File
[Unit]
|
|
Description=Gitea Runner Health Probe (poka-yoke zero-runner detection)
|
|
Documentation=https://forge.alexanderwhitestone.com/Timmy_Foundation/the-nexus/issues/1097
|
|
After=network.target act_runner.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/root/wizards/the-nexus/scripts/runner-health-probe.sh
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
Environment=HOME=/root
|
|
# Token can be set here or via /etc/act_runner/gitea-probe-token file
|
|
# EnvironmentFile=/etc/act_runner/probe.env
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|