Commit 72eebe1952a5d1d08feb167e50e1d6b979ced0d1

Authored by Gust
Committed by Alexandre Barbosa
1 parent 9e65d5f5

Add solr service

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
misc/lib/systemd/system/solr.service 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +[Unit]
  2 +Description=Solr
  3 +
  4 +[Service]
  5 +Type=oneshot
  6 +ExecStart=/etc/solr-4.10.2/bin/solr start -p 8983
  7 +ExecStop=/etc/solr-4.10.2/bin/solr stop -p 8983
  8 +RemainAfterExit=yes
  9 +
... ...