Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mperham/sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Dec 6, 2014
2 parents 4457f19 + 874cbb4 commit 3c8b1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/upstart/manage-many/sidekiq.conf
Expand Up @@ -53,7 +53,7 @@ exec /bin/bash <<'EOT'
# Logs out to /var/log/upstart/sidekiq.log by default

cd $app
exec bundle exec sidekiq -i ${index} -e production -P tmp/pids/${app}-${index}.pid
exec bundle exec sidekiq -i ${index} -e production -P ${app}/tmp/pids/sidekiq-${index}.pid
EOT
end script

Expand All @@ -77,6 +77,6 @@ exec /bin/bash <<'EOT'
# Logs out to /var/log/upstart/sidekiq.log by default

cd $app
exec bundle exec sidekiqctl stop tmp/pids/${app}-${index}.pid 2> /dev/null
exec bundle exec sidekiqctl stop ${app}/tmp/pids/sidekiq-${index}.pid 2> /dev/null
EOT
end script

0 comments on commit 3c8b1d7

Please sign in to comment.