8 lines
487 B
Plaintext
8 lines
487 B
Plaintext
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
|
|
|
|
# Every Saturday at 1:25
|
|
25 1 * * 6 root tmpwatch 168 /var/imunify360/tmp
|
|
# Every 5 minutes. Ignore "ERROR: imunify360 service is running."
|
|
*/5 * * * * root imunify360-agent malware on-demand check-detached > /dev/null 2>&1 || :
|
|
17 4 * * * root /opt/alt/python38/share/imunify360/scripts/report-command-error /opt/alt/python38/share/imunify360/scripts/update_components_versions.py > /dev/null 2>&1
|