This commit is contained in:
t3chn0m4g3
2018-09-12 13:42:00 +00:00
parent 14c9585b7e
commit 0ba2258d5c
3 changed files with 19 additions and 2 deletions

View File

@ -679,7 +679,7 @@ myCRONJOBS="
*/1 * * * * root mv --backup=numbered /data/dionaea/roots/ftp/* /data/dionaea/binaries/
# Daily reboot
27 3 * * * root reboot
27 3 * * * root systemctl stop tpot && docker stop $(docker ps -aq) && docker rm $(docker ps -aq) && reboot
# Check for updated packages every sunday, upgrade and reboot
27 16 * * 0 root apt-get autoclean -y && apt-get autoremove -y && apt-get update -y && apt-get upgrade -y && sleep 10 && reboot