alice icon indicating copy to clipboard operation
alice copied to clipboard

Alice stop script

Open mikev opened this issue 15 years ago • 1 comments

Assuming we have multiple Alice instances, running on different ports. We require a method to stop a unique instance. This is for usage with the init.d scripts. Something similar to the rabbitmqctl commands would be nice.

For example:

alice.sh stop -n [email protected]

This would allow combining the Alice admin stop command with the corresponding RabbitMQ stop command:

rabbitmqctl stop_app -n [email protected] alice.sh stop -n [email protected]

mikev avatar Sep 21 '09 19:09 mikev

agreed!

auser avatar Oct 12 '09 20:10 auser