You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Andreas Hubold <an...@coremedia.com> on 2018/09/03 09:57:09 UTC

Storing PID below /run

Hi,

we'd like to store the PID file for the Solr service in a directory 
below the /run directory (CentOS 7.5).

I've set "SOLR_PID_DIR=/run/solr" in solr.in.sh. But if /run is mounted 
as tmpfs, the directory /run/solr will not exist after boot and the pid 
file cannot be stored in that directory. I can't use /run instead 
(without a subdirectory), because /run is only writable by the root user.

It would be nice if the Solr init script could create the SOLR_PID_DIR 
with permissions for the Solr user if it does not exist. Want do you 
think? I could create a JIRA ticket with a simple patch if nobody comes 
up with a better idea.

Thanks in advance!
- Andreas



Re: Storing PID below /run

Posted by ahubold <an...@coremedia.com>.
I have now opened https://issues.apache.org/jira/browse/SOLR-12737 for this.



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html