mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08: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 |