summaryrefslogtreecommitdiff
path: root/rc.d
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-10 22:10:39 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-10 22:10:39 +0100
commitf8011798a5f0b16728dc980b19dbed99fcf93f47 (patch)
tree2e9376c3f319da16f97fe4ad7eac815b1343dbfe /rc.d
parent1221a7a923c14579399d324d2c4f75a82cefcc9f (diff)
Updated documentation. also commited something I forgot to commit last time
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