Spotter-VM/lxc-services/postgres/uninstall.sh

7 lines
76 B
Bash
Executable File

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