ansible-roles/lxc-solr/templates/rc.local.j2
Tristan PILAT 8de8736dbc
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Add lxc-solr role
2019-07-02 18:11:54 +02:00

4 lines
89 B
Django/Jinja

#!/bin/bash
/opt/solr-{{ solr_version }}/bin/solr start -p {{ solr_port }} -force
exit 0