summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-02 13:41:26 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-02 13:41:26 +0100
commitfc0b1c99ccf0bdd773f3391f1720a3c92aa4206a (patch)
treece81dbf9ae143acdc46899442093341e7ae0e8fe
parent39a95d6ff7cef4f61188a77b902be901bf1106ab (diff)
stopped the old `bug tracker chnage detector' from starting
-rw-r--r--pbot-ng.rc.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbot-ng.rc.d b/pbot-ng.rc.d
index 6369a8a..7891ae9 100644
--- a/pbot-ng.rc.d
+++ b/pbot-ng.rc.d
@@ -17,7 +17,7 @@ start)
# Check it's not already running.
if ! (( ${#pids[*]} ))
then
- su - pbot-ng -c "cd /home/pbot-ng ; ./envbot & ./bug_tracker_change_detector & ./pbot-ng_fixer & ./chili_change_detector" &
+ su - pbot-ng -c "cd /home/pbot-ng ; ./envbot & ./pbot-ng_fixer & ./chili_change_detector" &
# If it's not running then we fail.
if ! pgrep pbot-ng &>/dev/null
then