#!/sbin/openrc-run description="Solr container" start() { lxc-start solr } stop() { lxc-stop solr }