github.com/crowdsecurity/crowdsec@v1.6.1/debian/patches/config_plugins (about) 1 Index: crowdsec/config/config.yaml 2 =================================================================== 3 --- crowdsec.orig/config/config.yaml 4 +++ crowdsec/config/config.yaml 5 @@ -12,7 +12,7 @@ config_paths: 6 hub_dir: /etc/crowdsec/hub/ 7 index_path: /etc/crowdsec/hub/.index.json 8 notification_dir: /etc/crowdsec/notifications/ 9 - plugin_dir: /usr/local/lib/crowdsec/plugins/ 10 + plugin_dir: /usr/lib/crowdsec/plugins/ 11 crowdsec_service: 12 acquisition_path: /etc/crowdsec/acquis.yaml 13 parser_routines: 1