Skip to content
Snippets Groups Projects
Commit 5f8b4f25 authored by Elian Loraux's avatar Elian Loraux
Browse files

Merge branch 'services-desk-173-mensualite-clamav' into 'master'

Change clamavscan cron to Saturday

See merge request !22
parents 4ca19d6f e9931d76
No related branches found
No related tags found
1 merge request!22Change clamavscan cron to Saturday
...@@ -105,7 +105,7 @@ ufw enable ...@@ -105,7 +105,7 @@ ufw enable
systemctl enable clamav-daemon systemctl enable clamav-daemon
systemctl enable clamav-freshclam.service systemctl enable clamav-freshclam.service
systemctl start clamav-daemon systemctl start clamav-daemon
line="0 1 * * 1 $DIR/utils/clamav-weekly.sh > /dev/null 2>&1" line="0 1 * * 6 $DIR/utils/clamav-weekly.sh > /dev/null 2>&1"
(crontab -l; echo "${line}") | crontab - (crontab -l; echo "${line}") | crontab -
# Rkhunter config # Rkhunter config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment