Commit f17c6a5483a8f5cd302e4c86d501d20457881123

Authored by Sergio Oliveira
1 parent 1ce6e380

Delete systemd for solr

Showing 1 changed file with 0 additions and 9 deletions   Show diff stats
vagrant/misc/lib/systemd/system/solr.service
@@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
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 -