ansible-role-solr/templates/solr.service.j2

41 lines
1.2 KiB
Django/Jinja

# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
[Unit]
Description=Apache Solr
After=network.target
StartLimitIntervalSec=300
StartLimitBurst=5
[Service]
Type=forking
User=solr
Environment=SOLR_INCLUDE=/etc/default/solr.in.sh
Environment=RUNAS=solr
ExecStart={{ solr_server_dir }}/bin/solr start
ExecStop={{ solr_server_dir }}/bin/solr stop
Restart=on-failure
RestartSec=3s
TimeoutSec=180s
PrivateTmp=true
LimitNOFILE=65000
LimitNPROC=65000
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target