You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First my pty set to true but while deploying it kills my daemon process then I set pty to false it create daemon sidekiq process properly but it giving me error on sudo command (nginx) then I read documetation they say set pty to false
set :pty, false
But it again kill my daemon process.
So by setting pty true or false only one thing is working. I want both things to be work, please give me suggestion about this fast
The text was updated successfully, but these errors were encountered:
@seuros
set :pty, true
First my pty set to true but while deploying it kills my daemon process then I set pty to false it create daemon sidekiq process properly but it giving me error on sudo command (nginx) then I read documetation they say set pty to false
set :pty, false
But it again kill my daemon process.
So by setting pty true or false only one thing is working. I want both things to be work, please give me suggestion about this fast
The text was updated successfully, but these errors were encountered: