2008-09-07 17:56:25 |
Lani |
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/lib/loggerhead instead, as I don't want to give loggerhead write permissions to /usr/bin. |
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. |
|