summaryrefslogtreecommitdiff
path: root/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d')
-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 10f9e56..7891ae9 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 & ./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