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