Skip to content

Commit

Permalink
Use absolute paths for binaries in boot.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphoting committed Dec 4, 2012
1 parent c8391d6 commit 318a2cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ touch /app/vendor/nginx/logs/access.log /app/vendor/nginx/logs/error.log /app/ve
mkdir -p client_body_temp fastcgi_temp proxy_temp scgi_temp uwsgi_temp
(tail -f -n 0 /app/vendor/nginx/logs/*.log /app/vendor/php/var/log/*.log /app/local/var/log/newrelic/*.log &)
newrelic-daemon -c /app/local/etc/newrelic.cfg -d error
php-fpm
nginx
/app/local/bin/newrelic-daemon -c /app/local/etc/newrelic.cfg -d error
/app/vendor/php/sbin/php-fpm
/app/vendor/nginx/sbin/nginx
EOF
chmod +x boot.sh

Expand Down

0 comments on commit 318a2cf

Please sign in to comment.