Direct sidekiq boot output to log file

This behavior got lost in the previous commit.
This commit is contained in:
Jacob Vosmaer 2016-01-15 11:12:49 +01:00
parent 3fa8d5d09a
commit d28332cc9e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ restart()
stop
fi
killall
start_sidekiq -d -L $sidekiq_logfile
start_sidekiq -d -L $sidekiq_logfile >> $sidekiq_logfile 2>&1
}
start_no_deamonize()