loggerhead.pid file should be created in /var/run
I used "sudo python setup.py install" to install loggerhead. I'm not used to install applications this way so maybe there are some simple options to set to accomplish what I want.
Without any specific options loggerhead was installed into /usr/bin. When I start loggerhead with the start-loggerhead command it wants to create the loggerhead.pid file in /usr/bin. I think that this file should be created in /var/run instead, as I don't want to give loggerhead write permissions to /usr/bin.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- loggerhead Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Lani
- Solved:
- 2008-09-07
- Last query:
- 2008-09-07
- Last reply:
- 2008-09-07
This question was originally filed as bug #267487.
Lani (lani-lani) said : | #1 |
I noticed that you can redirect this with a parameter to the start-loggerhead command:
start-loggerhead -p "/var/lib/
Lani (lani-lani) said : | #2 |
See comment above.