aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-rc-d
diff options
context:
space:
mode:
Diffstat (limited to 'etc/bootstrap/bbot-rc-d')
-rw-r--r--etc/bootstrap/bbot-rc-d2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bootstrap/bbot-rc-d b/etc/bootstrap/bbot-rc-d
index 7204721..12fadcd 100644
--- a/etc/bootstrap/bbot-rc-d
+++ b/etc/bootstrap/bbot-rc-d
@@ -8,7 +8,7 @@ name=bbot
command=/home/build/bbot-bootstrap.sh
command_interpreter=/bin/sh
bbot_user=build
-start_cmd="/usr/sbin/daemon -u $bbot_user -t $name $command 2>&1 | /usr/bin/logger -p local1.info"
+start_cmd="/usr/sbin/daemon -u $bbot_user -t $name $command --environments /home/build/environments 2>&1 | /usr/bin/logger -p local1.info"
load_rc_config $name
run_rc_command "$1"