blob: 6097c8e49c4c34d3e84ab150b786150ed94c2bc4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Enter the following into your cron
First edit the ... to your path
* * * * * .../checker/main.py -m cron -c minute >/dev/null 2>&1
0 * * * * .../checker/main.py -m cron -c hour >/dev/null 2>&1
0 0 * * * .../checker/main.py -m cron -c day >/dev/null 2>&1
0 0 12 * * .../checker/main.py -m cron -c day_noon >/dev/null 2>&1
|