-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"to :launch" creates restart.txt in the wrong directory #175
Comments
I solved the problem for my case by talking directly to the daemon: to :launch do
# queue "touch #{deploy_to}/tmp/restart.txt"
queue "svc -h ~/service/nginx"
end Still, I'd be interested in an answer here. |
This seems to fix it
|
is giving me this error:
Manually SSHing in and running the command works fine. |
This is working for me:
|
I ran into this as well... and it's 4 months since this thread started. How come it's not fixed in the recipe? |
This is a very good question. |
Let's see :) #208 |
This creates a file in
my-rails-app/tmp/restart.txt
, but passenger searches it here:my-rails-app/current/tmp/restart.txt
.Is this a problem on my side or should it be fixed in your gem?
The text was updated successfully, but these errors were encountered: