From d08413da54dd7e1d1d5445b897ae5a039fb491f5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 29 Feb 2016 02:21:48 +0100 Subject: arm based deployment --- crontab.template | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'crontab.template') diff --git a/crontab.template b/crontab.template index 5c05cd9..7cd9491 100644 --- a/crontab.template +++ b/crontab.template @@ -4,13 +4,9 @@ MAILTO=demo@localhost # minute hour day-of-month month day-of-week command -# Occasionaly update GNUnet -@monthly { cd $HOME/gnunet/ && make && make install; } &>/dev/null -# Update mint -3 * * * * { cd $HOME/mint && git pull && cd $HOME/deployment && ./build_mint.sh && ./launch_mint.sh; } &>/dev/null -# Update the landing page, which is in the wallet repo -3 * * * * cd $HOME/wallet && git pull &>/dev/null -# Update merchant -13 * * * * { cd $HOME/merchant/ && git pull && cd $HOME/deployment && ./build_merchant.sh && ./launch_merchant.sh; } &>/dev/null -# Update bank -*/13 * * * * { cd $HOME/bank/ && git pull && cd $HOME/deployment && ./django_wsgi.sh; } &>/dev/null +@reboot $HOME/deployment/start.sh +@monthly $HOME/deployment/update_gnunet.sh +3 * * * * $HOME/deployment/update_mint.sh +3 * * * * $HOME/deployment/update_wallet.sh +13 * * * * $HOME/deployment/update_merchant.sh +*/13 * * * * $HOME/deployment/update_bank.sh -- cgit v1.2.3