From 0d5775450d57cc67fcc65306e1c7c311d9d5bfef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 May 2017 14:51:28 +0200 Subject: Explicitly specify --environments in rc.d since there is no HOME --- etc/bootstrap/bbot-rc-d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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" -- cgit v1.1