Files
call_monitor/systemd/call_monitor_sequences.timer
T
egutierrez 134d8cf59e chore: auto-commit (11 archivos)
- app.md
- call_monitor
- db.go
- main.go
- operations.db
- operations.db-shm
- operations.db-wal
- migrations/006_function_sequences.sql
- migrations/007_calls_command_snippet.sql
- sequences.go
- ...

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 02:06:45 +02:00

11 lines
206 B
SYSTEMD

[Unit]
Description=Run call_monitor sequences detection every 6 hours (issue 0087)
[Timer]
OnCalendar=*-*-* 00/6:00:00
Persistent=true
Unit=call_monitor_sequences.service
[Install]
WantedBy=timers.target