2026-03-20 21:10:26 +02:00
|
|
|
[Unit]
|
|
|
|
|
Description=Baton keep-alive ping
|
|
|
|
|
# Запускается baton-keepalive.timer, не вручную
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
|
|
|
|
# Замените URL на реальный адрес вашего приложения
|
2026-03-20 22:32:05 +02:00
|
|
|
ExecStart=curl -sf https://baton.itafrika.com/health
|
2026-03-20 21:10:26 +02:00
|
|
|
StandardOutput=null
|
|
|
|
|
StandardError=journal
|