saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
7
cron.d/imunify-antivirus
Normal file
7
cron.d/imunify-antivirus
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
4
cron.d/imunify-notifier
Normal file
4
cron.d/imunify-notifier
Normal file
@@ -0,0 +1,4 @@
|
||||
# CONTENT OF THIS FILE IS GENERATED AUTOMATICALLY, DO NOT EDIT
|
||||
SHELL=/bin/bash
|
||||
MAILTO=""
|
||||
* * * * * root /usr/sbin/imunify-notifier -update-cron
|
||||
8
cron.d/imunify360
Normal file
8
cron.d/imunify360
Normal file
@@ -0,0 +1,8 @@
|
||||
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
|
||||
|
||||
13 * * * * root /usr/sbin/imunify360-watchdog 1200 >/dev/null 2>&1
|
||||
0 * * * * root /usr/sbin/imunify-realtime-av -cleanup >/dev/null 2>&1
|
||||
# clean modsec tmp dir for the case when tmp files are stored permanently (see DEF-14411)
|
||||
*/5 * * * * root /usr/libexec/imunify360-cgroup-process-wrapper --command tmpwatch --report-time --report-slice /Imunify.slice/Cron.slice/tmpreaper_tmp_modsec -- 5m /var/imunify360/tmp_modsec
|
||||
# Every Saturday at 1:25
|
||||
25 1 * * 6 root /usr/libexec/imunify360-cgroup-process-wrapper --command tmpwatch --report-time --report-slice /Imunify.slice/Cron.slice/tmpreaper_tmp -- 168 /var/imunify360/tmp
|
||||
4
cron.d/imunify360-webshield-check
Normal file
4
cron.d/imunify360-webshield-check
Normal file
@@ -0,0 +1,4 @@
|
||||
SHELL=/bin/bash
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||
|
||||
*/5 * * * * root /usr/share/imunify360-webshield/webshield-watchdog &>/dev/null
|
||||
1
cron.d/shrinker-cron
Normal file
1
cron.d/shrinker-cron
Normal file
@@ -0,0 +1 @@
|
||||
17 3 * * * root /usr/bin/flock -n /var/run/shrinker.lock /opt/alt/python38/bin/python3 /opt/alt/modsec-sdbm-util/bin/shrinker.py > /dev/null
|
||||
Reference in New Issue
Block a user