mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-19 07:52:00 +02:00
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
|