crowdsec/debian/prerm
2021-08-18 13:57:06 +02:00

9 lines
189 B
Plaintext

if [ "$1" = "remove" ]; then
cscli dashboard remove -f -y || true
systemctl stop crowdsec
systemctl disable crowdsec
fi
if [ "$1" = "upgrade" ]; then
systemctl stop crowdsec
fi