add a login.conf.d fragment for solr
This commit is contained in:
parent
0f85c92f9e
commit
ee85c0713e
@ -1,6 +1,7 @@
|
||||
COMMENT= full-text search engine based on Lucene
|
||||
|
||||
V= 8.11.1
|
||||
REVISION= 0
|
||||
DISTNAME= solr-$V
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
@ -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
|
||||
|
4
textproc/solr/pkg/solr.login
Normal file
4
textproc/solr/pkg/solr.login
Normal file
@ -0,0 +1,4 @@
|
||||
solr:\
|
||||
:openfiles-cur=1024:\
|
||||
:openfiles-max=2048:\
|
||||
:tc=daemon:
|
Loading…
Reference in New Issue
Block a user