Prefer `systemctl restart crowdsec` to `systemctl reload crowdsec`
authorCyril Brulebois <cyril@debamax.com>
Mon, 1 Mar 2021 20:40:04 +0000 (20:40 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 8 May 2021 13:10:12 +0000 (14:10 +0100)
commit618228dc21cd070edc5d2eb7ae44b9f333db4017
tree09de40696debcbfa0d181456ef7ca93cc58171c5
parentc904ae025999be1c8f0c92a4c80e5aee26db5a30
Prefer `systemctl restart crowdsec` to `systemctl reload crowdsec`

As of version 1.0.8, reloading doesn't work due to failures to reopen
the database:
  https://github.com/crowdsecurity/crowdsec/issues/656

Until this is fixed, advertise `systemctl restart crowdsec` instead.

Signed-off-by: Cyril Brulebois <cyril@debamax.com>
Gbp-Pq: Name 0006-prefer-systemctl-restart.patch
cmd/crowdsec-cli/capi.go
cmd/crowdsec-cli/collections.go
cmd/crowdsec-cli/lapi.go
cmd/crowdsec-cli/parsers.go
cmd/crowdsec-cli/postoverflows.go
cmd/crowdsec-cli/scenarios.go
cmd/crowdsec-cli/simulation.go