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 ..."