Create crontabs
to demonstrate how to setup the cron entries
This commit is contained in:
parent
9f2b276fc9
commit
70734a8a64
1 changed files with 10 additions and 0 deletions
10
crontabs
Normal file
10
crontabs
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
### Modify paths as appropriate
|
||||||
|
### to edit your crontab entry, do not modify /var/spool/cron/crontabs/<user> directly, use `crontab -e`
|
||||||
|
###
|
||||||
|
* * * * * /usr/bin/python3 /path-to-grafana-scripts/ombi.py
|
||||||
|
* * * * * ( sleep 30 ; /usr/bin/python3 /path-to-grafana-scripts/ombi.py )
|
||||||
|
* * * * * /usr/bin/python3 /path-to-grafana-scripts/taurulli.py
|
||||||
|
* * * * * ( sleep 30 ; /usr/bin/python3 /path-to-grafana-scripts/tautulli.py )
|
||||||
|
*/30 * * * * /usr/bin/python3 /path-to-grafana-scripts/radarr.py
|
||||||
|
*/30 * * * * /usr/bin/python3 /path-to-grafana-scripts/sonarr.py
|
||||||
|
#*/30 * * * * /usr/bin/python3 /path-to-grafana-scripts/sickrage.py
|
Loading…
Reference in a new issue