summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.d/pbot-ng2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/pbot-ng b/rc.d/pbot-ng
index 5ebfba3..29e76b2 100644
--- a/rc.d/pbot-ng
+++ b/rc.d/pbot-ng
@@ -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" &
+ su - pbot-ng -c "cd /home/pbot-ng ; ./envbot & ./bug_tracker_change_detector & ./chili_change_detector" &
# If it's not running then we fail.
if ! pgrep pbot-ng &>/dev/null
then