8de5d14cfb
Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
376 B
SYSTEMD
13 lines
376 B
SYSTEMD
[Unit]
|
|
Description=Daily SAC report aggregation and notify
|
|
|
|
[Timer]
|
|
# Шаблон по умолчанию (hour=9, Europe/Moscow). На prod timer перегенерируется
|
|
# из config/sac-api.env: deploy/systemd/render-sac-daily-report-timer.sh или sac-deploy.sh
|
|
OnCalendar=*-*-* 09:00:00
|
|
Timezone=Europe/Moscow
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|