alice
alice copied to clipboard
Alice stop script
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]
agreed!