5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
# uptime check, default every 15 minutes
|
|
# m h dom mon dow user command
|
|
*/15 * * * * /usr/bin/python3 /check.py >> /var/log/cron.log 2>&1
|
|
# empty line needed
|