saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-12-28 12:36:50 +02:00
parent dc029b16a4
commit 3f16c9650c
32 changed files with 638 additions and 15 deletions

View File

@@ -26,6 +26,6 @@
# 60 - 600 seconds. To Adjust the cron values, edit your configs and run
# bash clamav-unofficial-sigs.sh --install-cron to generate a new file.
MAILTO=root
1 0 * * * root [ -x /usr/local/sbin/clamav-unofficial-sigs.sh ] && /usr/bin/bash /usr/local/sbin/clamav-unofficial-sigs.sh --force && /usr/bin/bash /usr/local/sbin/clamav-unofficial-sigs.sh --update && chown amavis:amavis /etc/clamd.d/ -R && chown amavis:amavis /etc/clamd.conf && sudo systemctl restart clamd
1 0 * * * root cronitor exec no4Ch4 "[ -x /usr/local/sbin/clamav-unofficial-sigs.sh ] && /usr/bin/bash /usr/local/sbin/clamav-unofficial-sigs.sh --force && /usr/bin/bash /usr/local/sbin/clamav-unofficial-sigs.sh --update && chown amavis:amavis /etc/clamd.d/ -R && chown amavis:amavis /etc/clamd.conf && sudo systemctl restart clamd"
# https://eXtremeSHOK.com ######################################################

View File

@@ -1,2 +1,2 @@
SHELL=/bin/sh
7 20 * * * root /usr/sbin/csf -u
7 20 * * * root cronitor exec V8JpWv /usr/sbin/csf -u

View File

@@ -1,2 +1,2 @@
SHELL=/bin/sh
0 0 * * * root /usr/sbin/csf --lfd restart > /dev/null 2>&1
0 0 * * * root cronitor exec 9v9pQX /usr/sbin/csf --lfd restart > /dev/null 2>&1

View File

@@ -1 +1 @@
*/5 * * * * root /usr/local/maldetect/maldet --mkpubpaths >> /dev/null 2>&1
*/5 * * * * root cronitor exec 22hGCV /usr/local/maldetect/maldet --mkpubpaths >> /dev/null 2>&1