Spotter-VM/rabbitmq/uninstall.sh

7 lines
75 B
Bash
Executable File

#!/bin/sh
set -e
# Remove service
rm -f /etc/init.d/rabbitmq
rc-update -u