#!/bin/bash
source /etc/profile.d/rvm.sh

cd /var/www/html
exec bundle exec sidekiq > log/sidekiq.log
