5 lines
195 B
Plaintext
5 lines
195 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
|