From 9b3c4ef7356357e0c5267e2abf620236b986e8e9 Mon Sep 17 00:00:00 2001 From: Andrew Melton Date: Fri, 25 Jan 2013 15:00:13 -0500 Subject: [PATCH] Reverting a few temporary changes to worker files --- worker/stacktach.sh | 2 +- worker/start_workers.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/worker/stacktach.sh b/worker/stacktach.sh index cacb874..16794fa 100755 --- a/worker/stacktach.sh +++ b/worker/stacktach.sh @@ -1,6 +1,6 @@ #!/bin/bash -WORKDIR=/root/stacktach +WORKDIR=/srv/www/stacktach/app DAEMON=/usr/bin/python ARGS=$WORKDIR/worker/start_workers.py PIDFILE=/var/run/stacktach.pid diff --git a/worker/start_workers.py b/worker/start_workers.py index 162ea1f..d7c2461 100644 --- a/worker/start_workers.py +++ b/worker/start_workers.py @@ -22,7 +22,6 @@ except ImportError: processes = [] -print config_filename def kill_time(signal, frame): print "dying ..."