13 lines
210 B
SYSTEMD
13 lines
210 B
SYSTEMD
[Unit]
|
|
Description=Monthly AWatch DLP 152-FZ compliance report schedule
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
Persistent=true
|
|
RandomizedDelaySec=5m
|
|
Unit=aw-dlp-report-scheduler.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|