[PATCH 3/6 conductor] instruct thin to use rails adapter (defaults to rack on F17+)

Jason Guiditta jguiditt at redhat.com
Fri Feb 17 15:08:54 UTC 2012


On 16/02/12 17:09 -0500, Mo Morsi wrote:
>---
> conf/aeolus-conductor |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>diff --git a/conf/aeolus-conductor b/conf/aeolus-conductor
>index 0a15fc1..49efc26 100755
>--- a/conf/aeolus-conductor
>+++ b/conf/aeolus-conductor
>@@ -40,7 +40,7 @@ start() {
>
>     $THIN_PROG start -c "$CONDUCTOR_DIR" -l "$THIN_LOG" -P "$THIN_PID" \
> 	-a $ADDR -e $RAILS_ENV --user $CONDUCTOR_USER -g $CONDUCTOR_GROUP -d --prefix=$PREFIX \
>-	--rackup "$CONDUCTOR_DIR/config.ru"
>+	--rackup "$CONDUCTOR_DIR/config.ru" -A rails
>     RETVAL=$?
>     if [ $RETVAL -eq 0 ] ; then
>       # wait until we can contact the server
>-- 
>1.7.6.5
>
ACK, though I find it strange they would have moved off of
'autodetect' as the default, makes a lot more sense, imo.

-j



More information about the aeolus-devel mailing list