mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-02 08:12:21 -07:00
4 lines
147 B
Plaintext
4 lines
147 B
Plaintext
# Every minute check for cron jobs
|
|
* * * * * /services/scripts/cron_script.sh
|
|
# Update vendors 4x/d
|
|
0 */6 * * * /services/scripts/update_vendors.sh |