-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsolr.conf
More file actions
36 lines (28 loc) · 849 Bytes
/
solr.conf
File metadata and controls
36 lines (28 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#-----------------------------------------------------
# solr-initd v0.5.1
#-----------------------------------------------------
# Configuration for solr.init. Copy this to:
#
# /etc/solr.conf
#
# NOTE: if you are installing this somewhere else then
# you need to alter solr.start and solr.initd.
#
#-----------------------------------------------------
# Author: Jeff Busby <[email protected]>
# License: http://creativecommons.org/licenses/by/3.0/
#-----------------------------------------------------
# Directory where solr is installed
SOLR_HOME=/var/lib/solr
# Path to solr start script
SOLR_START=/var/lib/solr.start
# Java options for Solr
OPTIONS="-Xmx1024m"
# Path to pid file
PIDFILE=/var/run/solr.pid
# Path to log file
LOG_FILE=/var/log/solr.log
# Service name
NAME="Solr"
# Service description
DESC="start/stop Solr Server"