Skip to content
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

Should -p option does write all file in the path specified? #541

Closed
PirlotN opened this issue Mar 24, 2014 · 5 comments
Closed

Should -p option does write all file in the path specified? #541

PirlotN opened this issue Mar 24, 2014 · 5 comments

Comments

@PirlotN
Copy link

PirlotN commented Mar 24, 2014

Hi,
I'am trying to run forever within a shell_exec in php. The server www-data can't write to /root folder.
So I use the -p PATH options as explain in the doc: -p PATH Base path for all forever related files (pid files, etc.)

Log files is write well but pid files continues to try to be created in root folder.

How can we setup forever for writing pid file in specified path ?

Thanks in advance.

PirlotN

@VirtueMe
Copy link

I struggled with the same, they introduced FOREVER_ROOT to solve this issue.

Look at #469

@et304383
Copy link

et304383 commented Apr 9, 2014

Why the hell is this not documented? Why is the -p option still present?

This is why forever is not liked - terrible documentation.

@et304383
Copy link

Why was the FOREVER_ROOT solution introduced instead of fixing the -p option? The -p option did not work so instead of fixing this you introduced another environment configuration?

@slawekp
Copy link

slawekp commented Apr 22, 2014

+1

@indexzero
Copy link
Member

Thanks @eric-tucker!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants