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:
parent
c97b9ea723
commit
54caccd04f
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ exec /bin/bash <<'EOT'
|
||||||
# Logs out to /var/log/upstart/sidekiq.log by default
|
# Logs out to /var/log/upstart/sidekiq.log by default
|
||||||
|
|
||||||
cd /var/www/app
|
cd /var/www/app
|
||||||
exec bin/sidekiq -i ${index} -e production
|
exec bundle exec sidekiq -i ${index} -e production
|
||||||
EOT
|
EOT
|
||||||
end script
|
end script
|
||||||
|
|
Loading…
Add table
Reference in a new issue