12 lines
240 B
Text
12 lines
240 B
Text
|
|
[Unit]
|
||
|
|
Description=Run Forgejo Runner Healthcheck every minute
|
||
|
|
Requires={{ healthcheck_service_name }}.service
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=30sec
|
||
|
|
OnUnitActiveSec={{ healthcheck_interval_seconds }}sec
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|