Skip to content

Commit

Permalink
Revert "Add nohup when executing start_sidekiq command, for a problem…
Browse files Browse the repository at this point in the history
… with pty."
  • Loading branch information
seuros committed Jun 16, 2015
1 parent 3f5073e commit 415cb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/sidekiq.cap
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ namespace :sidekiq do
if fetch(:start_sidekiq_in_background, fetch(:sidekiq_run_in_background))
background :bundle, :exec, :sidekiq, args.compact.join(' ')
else
execute :nohup, :bundle, :exec, :sidekiq, args.compact.join(' ')
execute :bundle, :exec, :sidekiq, args.compact.join(' ')
end
end

Expand Down

0 comments on commit 415cb90

Please sign in to comment.