summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2012-03-26 12:50:49 +0100
committerJoe <joe@joelightning.com>2012-03-26 12:50:49 +0100
commit0998c33b768e6d5ec053b2f443043b787cb2500b (patch)
tree45e122b93911a753b50b3658e963d538f66eeabc
parent886b7bc8e95058a03c4683bcb6150ecbd9daccc3 (diff)
updated the init script to start the `chili_change_detector' module.
-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