Spotter-VM/activemq/uninstall.sh

9 lines
84 B
Bash
Executable File

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