Skip to content

Commit

Permalink
cronfile
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Apr 25, 2016
1 parent 1cd3b0d commit 3795c37
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions services/cronfile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Cronfile for ETL processes

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
SMARTEM=/opt/geonovum/smartem/git

# Run ETL
# m h dom mon dow user command

# Run last measurements Smartemission
*/3 * * * * cd $SMARTEM/etl; ./last.sh > /var/smartem/log/smartem_last.log 2>&1

# refresh smartem website
# */4 * * * * cd $SMARTEM; ./refresh-git.sh

0 comments on commit 3795c37

Please sign in to comment.