mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-14 06:01:34 -07:00
5 lines
132 B
Plaintext
Executable File
5 lines
132 B
Plaintext
Executable File
# Every minute check for cron jobs
|
|
* * * * * /services/cron_script.sh
|
|
# Update vendors 4x/d
|
|
0 */6 * * * /services/update_vendors.sh
|