25 Sep
2009
25 Sep
'09
2:57 p.m.
details: http://www.bx.psu.edu/hg/galaxy/rev/df1f5b739a53 changeset: 2739:df1f5b739a53 user: rc date: Mon Sep 21 14:45:56 2009 -0400 description: galaxy amqp listener now runs as a daemon 1 file(s) affected in this change: run_galaxy_listener.sh diffs (11 lines): diff -r 2b730844747b -r df1f5b739a53 run_galaxy_listener.sh --- a/run_galaxy_listener.sh Mon Sep 21 12:41:39 2009 -0400 +++ b/run_galaxy_listener.sh Mon Sep 21 14:45:56 2009 -0400 @@ -1,3 +1,4 @@ #!/bin/sh -python scripts/galaxy_messaging/amqp_consumer.py \ No newline at end of file +cd `dirname $0` +python scripts/galaxy_messaging/amqp_consumer.py >> galaxy_listener.log 2>&1 \ No newline at end of file