-
Notifications
You must be signed in to change notification settings - Fork 86
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
Using custom pid and socket files path #69
Comments
why you cannot use it like this? |
I would like to do it without wrappers as it is some kind of "master" process which manages another processes on the machine. I saw in the source code that it is not possible, because Maybe there should not be any prefix for pid file path if the |
There is no auto pid_file like in God, you should just set I think need little refactor method dir and home, for root case: upd: seems understand about one location, you want all eye`s in one location (not processes) |
Yes, I mean pid file path and socket for the master process (not defined processes). Take a look at: I can prepare a pull request. What do you think to allow user to set pid path from EYE_PID env var without dir prefix? |
i not really like EYE_PID, EYE_SOCK variables, its hack. actually you already can use EYE_V variable, it was for test purposes, but you can use it for multiple eye's [master] ~/projects/eye$ EYE_V=1 bundle exec eye l and when you work under user, you should use it like this |
Yeah, but it is still a hack and I can not be sure that Still, do you have any plans to make these options configurable from We are moving from |
Using Eye.config not good idea, because eye can even started without config, and then Yes now i see, that |
Is it possible to use custom pid and socket file? I saw
EYE_PID
environment variable, but path given byeye xinfo
is different wheneye
is running from root and from user.I want to be able to start
eye
on the user and then manage it from root :)The text was updated successfully, but these errors were encountered: