-
Notifications
You must be signed in to change notification settings - Fork 945
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
Can't get the pidFile option working #421
Comments
Try instead
|
Already tried this. |
Make sure you run the latest
Or could be that application being started cannot start so no PID file is created. |
When I run it like you said:
It fails with this message
|
The |
for me, --pidFile is working as expected in v0.10.9 |
got it working today. NODE_ENV=development forever start -p ~/node --pidFile ~/node/process.pid --colors --watch --watchIgnore -l log/forever.txt --append -o log/output.txt -e log/errors.txt -c coffee main.coffee and forever stop main.coffee and .foreverignore: log/* |
This indeed worked for me, but only after I specified both The following do not work, but according to the documentation it should work and that means the bug was not fixed:
|
Wow guys, thank you so much!! This thread resolved so many bug-like errors for me. Personally I think it causes people to add instead I would add something else - like |
@kuchumovN You did not get the |
Well, okay, if you say i should - i will, no prob |
no updates since 2015? |
This project had no updates since 2016, so it should be safely considered dead. |
Hello.
I'm using the cli tool like this:
And it doesn't create the pid file (the ~/processes directory is empty).
Is there something wrong with this console command or is it a bug?
The text was updated successfully, but these errors were encountered: