loggerhead.pid file should be created in /var/run

Asked by Lani

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:
Last query:
Last reply:
Revision history for this message
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/loggerhead/loggerhead.pid"

Revision history for this message
Lani (lani-lani) said :
#2

See comment above.