Diff -- /etc/cron.d/imunify-antivirus

O Operator
Diff

/etc/cron.d/imunify-antivirus

added on localhost-ssh-agent at 2026-06-16 06:45:03

Added
+11
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 147e63f12b9b
Restore this content →
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
1PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
2
3# Every Saturday at 1:25
425 1 * * 6 root /usr/bin/tmpwatch 168 /var/imunify360/tmp > /dev/null 2>&1 || :
5# Every Saturday at 2:25
625 2 * * 6 root /usr/bin/tmpwatch 168 /var/imunify360/tmp_cleanup > /dev/null 2>&1 || :
7# Every 5 minutes. Ignore "ERROR: imunify360 service is running."
8*/5 * * * * root bash -c 'sleep $((RANDOM \% 60))' ; /opt/imunify360/venv/share/imunify360/scripts/check-detached.py > /dev/null 2>&1 || :
917 4 * * * root /usr/libexec/report-command-error /opt/imunify360/venv/share/imunify360/scripts/update_components_versions.py > /dev/null 2>&1
10
110 * * * * root bash -c 'sleep $((RANDOM \% 1800))' ;imunify-antivirus imunify-patch subscriptions refresh > /dev/null 2>&1