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