From 37db6f3256c33001766408bdf7e49d2f4ed50c2d Mon Sep 17 00:00:00 2001 From: Mercier Pierre-Olivier Date: Fri, 18 Oct 2013 09:12:24 +0200 Subject: [PATCH] Launch send_git process on hamano --- process/launch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/process/launch.sh b/process/launch.sh index 91b78da..5e00e1c 100755 --- a/process/launch.sh +++ b/process/launch.sh @@ -69,6 +69,7 @@ then hamano) launch_screen "lerdorf_process_ldap_sync_ssh_keys_git" "while true; do $PERL ~/liblerdorf/process/ldap/sync_ssh_keys_git.pl; done" ~intradmin/.ssh/git + launch_screen "lerdorf_process_send_git" "while true; do $PERL ~/liblerdorf/process/files/send_git.pl; done" ;; moore)