6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
SHELL=/bin/bash
|
|
MAILTO=""
|
|
0 8 * * * root . /etc/cron-env.sh && /opt/app/run-task.sh --today >> /proc/1/fd/1 2>&1
|
|
*/15 * * * * root . /etc/cron-env.sh && /opt/app/run-task.sh >> /proc/1/fd/1 2>&1
|
|
* * * * * root echo "cron test ran at $(date)" >> /proc/1/fd/1 2>&1
|