Route redis output to log file,
On Fedora, logfile/loglevel in configuration file seems to be ignored as of now.
This commit is contained in:
parent
0541082804
commit
7aa7c29b46
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ fi
|
||||||
|
|
||||||
mkdir -p -v log/thin/
|
mkdir -p -v log/thin/
|
||||||
bundle exec ruby ./script/websocket_server.rb&
|
bundle exec ruby ./script/websocket_server.rb&
|
||||||
redis-server&
|
redis-server &>log/redis.log &
|
||||||
QUEUE=* bundle exec rake resque:work&
|
QUEUE=* bundle exec rake resque:work&
|
||||||
bundle exec thin start $args
|
bundle exec thin start $args
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue