1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Use bundle exec, not binstub

This commit is contained in:
Mike Perham 2015-06-04 06:54:16 -07:00
parent c97b9ea723
commit 54caccd04f

View file

@ -53,6 +53,6 @@ exec /bin/bash <<'EOT'
# Logs out to /var/log/upstart/sidekiq.log by default
cd /var/www/app
exec bin/sidekiq -i ${index} -e production
exec bundle exec sidekiq -i ${index} -e production
EOT
end script