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

Mo Morsi mmorsi at redhat.com
Thu Feb 16 22:09:53 UTC 2012


---
 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




More information about the aeolus-devel mailing list