Skip to content
Snippets Groups Projects
Verified Commit 1d2cfd82 authored by David Hoese's avatar David Hoese
Browse files

Add cronjob README to scripts directory

parent 70b5c76f
No related branches found
No related tags found
No related merge requests found
# Cron jobs
```
# AOSS Ceilo
*/5 * * * * /opt/metobs/aoss_ceilo/scripts/start_ceilo_ingest.sh &> /dev/null
*/2 * * * * /opt/metobs/aoss_ceilo/scripts/archive_ceilo.sh > /dev/null 2>&1
# legacy scripts that have not been ported yet
#*/5 * * * * /data1/software/aoss-ceilo/scripts/do_ceilo_nc_gen.sh > /dev/null 2>&1
#*/10 * * * * /data1/software/aoss-ceilo/scripts/do_ceilo_image_gen.sh > /dev/null 2>&1
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment