#!/sbin/openrc-run description="ActiveMQ container" start() { /usr/bin/lxc-start activemq } stop() { /usr/bin/lxc-stop activemq }