14 lines
594 B
Plaintext
14 lines
594 B
Plaintext
# DO NOT EDIT THIS FILE - edit the master and reinstall.
|
|
# (/tmp/crontab.1p1Ecg installed on Fri Apr 15 10:15:39 2022)
|
|
# (Cronie version 4.2)
|
|
#MAILTO=matanhorovitz@protonmail.com
|
|
@reboot sleep 10 && systemctl restart unbound > /dev/null 2>&1
|
|
@reboot updatedb > /dev/null 2>&1
|
|
#Set Local DNS if available, Cloudflare DNS if not
|
|
@reboot /home/shmick/Scripts/UnboundUnbound 60
|
|
# wait 60 seconds before trying DNS ^
|
|
#Keep Docker clean
|
|
@reboot docker system prune -a -f > /dev/null
|
|
00 10 * * * /home/shmick/Scripts/Kumonoboru > /dev/null
|
|
00 10 * * * /home/shmick/Scripts/ConfigBackup > /dev/null
|