Skip to content

Instantly share code, notes, and snippets.

@miradnan
Created October 12, 2020 08:26
Show Gist options
  • Save miradnan/7b1738c17641823003bc59403e555f08 to your computer and use it in GitHub Desktop.
Save miradnan/7b1738c17641823003bc59403e555f08 to your computer and use it in GitHub Desktop.
Apache Solr Service file
[Unit]
Description=Apache SOLR
[Service]
Type=forking
User=solr
Environment=SOLR_INCLUDE=/etc/default/solr.in.sh
ExecStart=/opt/solr/bin/solr start
ExecStop=/opt/solr/bin/solr stop
Restart=on-failure
LimitNOFILE=65000
LimitNPROC=65000
TimeoutSec=180s
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment