From 2d91625077813713cad6541a0eb977208d14bdfa Mon Sep 17 00:00:00 2001 From: davidh-ssec <david.hoese@ssec.wisc.edu> Date: Tue, 5 Sep 2017 09:00:52 -0500 Subject: [PATCH] Add crontab text file --- scripts/crontab.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/crontab.txt diff --git a/scripts/crontab.txt b/scripts/crontab.txt new file mode 100644 index 0000000..d576a0d --- /dev/null +++ b/scripts/crontab.txt @@ -0,0 +1,2 @@ +*/1 * * * * $HOME/ceilo/rsync_data.sh &> /dev/null +*/5 * * * * $HOME/ceilo/start_ceilo_ingest.sh &> /dev/null -- GitLab