blob: 0cda7f39540db9a19c46f9371a00b96213a64c3c (
plain)
1
2
3
4
5
6
7
8
|
# 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
|