2018-09-05 17:41:38 +02:00
|
|
|
#!/sbin/openrc-run
|
|
|
|
|
2018-09-05 22:20:24 +02:00
|
|
|
description="ActiveMQ container"
|
2018-09-05 17:41:38 +02:00
|
|
|
|
|
|
|
start() {
|
2018-09-07 15:47:44 +02:00
|
|
|
/usr/bin/lxc-start activemq
|
2018-09-05 17:41:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
stop() {
|
2018-09-07 15:47:44 +02:00
|
|
|
/usr/bin/lxc-stop activemq
|
2018-09-05 17:41:38 +02:00
|
|
|
}
|