kin: BATON-ARCH-010 Написать unit-тесты бэкенда (tester FAILED без вывода)

This commit is contained in:
Gros Frumos 2026-03-20 21:10:26 +02:00
parent 59eb117589
commit 8012cb1c0f
5 changed files with 49 additions and 5 deletions

View file

@ -0,0 +1,10 @@
[Unit]
Description=Baton keep-alive ping
# Запускается baton-keepalive.timer, не вручную
[Service]
Type=oneshot
# Замените URL на реальный адрес вашего приложения
ExecStart=curl -sf https://your-app.example.com/health
StandardOutput=null
StandardError=journal