crontab -e
(ohne sudo)
Immer um 9:00 Uhr, 15:00 Uhr und 23:00 Uhr:
0 9,15,23 * * * wget -q -O /dev/null https://www.domain.tld/task.php
Prüfen mit:
crontab -l
code snippets, served virtually
crontab -e
(ohne sudo)
Immer um 9:00 Uhr, 15:00 Uhr und 23:00 Uhr:
0 9,15,23 * * * wget -q -O /dev/null https://www.domain.tld/task.php
Prüfen mit:
crontab -l