Reverting a few temporary changes to worker files

This commit is contained in:
Andrew Melton 2013-01-25 15:00:13 -05:00
parent a30725a46d
commit 9b3c4ef735
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -22,7 +22,6 @@ except ImportError:
processes = []
print config_filename
def kill_time(signal, frame):
print "dying ..."