10 lines
319 B
Desktop File
10 lines
319 B
Desktop File
[Unit]
|
|
Description=Teleo Telegram agent autorecovery check
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/teleo-eval/pipeline/.venv/bin/python3 /opt/teleo-eval/telegram/agent_healthcheck.py --agents leo leo-wallet-test --since "20 min ago"
|
|
StandardOutput=journal
|
|
StandardError=journal
|