415d863b3b
- Aggregate report.daily.ssh/rdp from 24h ingest; job and systemd timer - notify_daily_report bypasses NOTIFY_MIN_SEVERITY; ingest routes agent reports - HTML templates, env SAC_DAILY_REPORT_*, docs and tests (56 cases) Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
441 B
Desktop File
17 lines
441 B
Desktop File
[Unit]
|
|
Description=Security Alert Center daily report generation (F-NOT-05)
|
|
After=network-online.target postgresql.service
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=sac
|
|
Group=sac
|
|
WorkingDirectory=/opt/security-alert-center/backend
|
|
EnvironmentFile=/opt/security-alert-center/config/sac-api.env
|
|
ExecStart=/opt/security-alert-center/backend/.venv/bin/python -m app.jobs.daily_report
|
|
Nice=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|