12 lines
135 B
Plaintext
Executable File
12 lines
135 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
description="ActiveMQ container"
|
|
|
|
start() {
|
|
/usr/bin/lxc-start activemq
|
|
}
|
|
|
|
stop() {
|
|
/usr/bin/lxc-stop activemq
|
|
}
|