Spotter-VM/rabbitmq/uninstall.sh
2018-10-28 16:04:11 +01:00

7 lines
76 B
Bash
Executable File

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