loggerhead.pid file should be created in /var/run
Bug #267487 reported by
Lani
This bug report was converted into a question: question #44445: loggerhead.pid file should be created in /var/run.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead |
Invalid
|
Undecided
|
Unassigned |
Bug Description
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.
I noticed that you can redirect this with a parameter to the start-loggerhead command:
start-loggerhead -p "/var/lib/ loggerhead/ loggerhead. pid"