mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 04:15:54 +02:00
* remove "cscli config backup/restore" * remove backup/restore calls from deb,rpm pre/postinst and wizard * remove from prerm too
8 lines
150 B
Text
8 lines
150 B
Text
if [ "$1" = "remove" ]; then
|
|
systemctl stop crowdsec
|
|
systemctl disable crowdsec
|
|
fi
|
|
|
|
if [ "$1" = "upgrade" ]; then
|
|
systemctl stop crowdsec
|
|
fi
|