blob: 2f3334cfbf84f45ebbeecca4577e7449dd014591 (
plain)
1
2
3
4
5
6
|
# diese crontab muss installiert werden
# dies kann z.B. so aussehen: crontab -u www-data etc/crontab
# comics holen (zur Sicherheit 2mal, falls beim ersten Mal nicht alle aktuell waren)
30 10 * * * nice -19 /var/www/comics.spline.de/bin/get-comics
30 14 * * * nice -19 /var/www/comics.spline.de/bin/get-comics
|