Commit 59028f76f285a365f64adbc459112b33536f6b3f

Authored by Sergio Oliveira
Committed by Thiago Ribeiro
1 parent 72355664

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 -