Don't daemonize magent.

Closes issue http://bugs.joindiaspora.com/issues/532.
This commit is contained in:
Alec Leamas 2010-11-13 08:34:12 +01:00
parent 86470dc15b
commit 4d6295a292

View file

@ -50,5 +50,5 @@ fi
mkdir -p -v log/thin/
bundle exec ruby ./script/websocket_server.rb&
bundle exec magent start -d --log-path=log/
bundle exec magent start --log-path=log/ &
bundle exec thin start $args