add a login.conf.d fragment for solr

This commit is contained in:
sthen 2022-05-12 10:31:58 +00:00
parent 0f85c92f9e
commit ee85c0713e
3 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
COMMENT= full-text search engine based on Lucene
V= 8.11.1
REVISION= 0
DISTNAME= solr-$V
EXTRACT_SUFX= .tgz

View File

@ -4,6 +4,8 @@
@extraunexec rm /var/log/solr/*
@rcscript ${RCDIR}/solr
bin/solr
share/examples/login.conf.d/solr
@sample ${SYSCONFDIR}/login.conf.d/solr
share/solr/
@mode 770
@owner _solr

View File

@ -0,0 +1,4 @@
solr:\
:openfiles-cur=1024:\
:openfiles-max=2048:\
:tc=daemon: