1d955f4258
* use usr over var for plugins * add patch for debian directory * patch rpm conf as well * update directory structure * modify config at build time * use macros Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
13 lines
508 B
Text
13 lines
508 B
Text
Index: crowdsec/config/config.yaml
|
|
===================================================================
|
|
--- crowdsec.orig/config/config.yaml
|
|
+++ crowdsec/config/config.yaml
|
|
@@ -12,7 +12,7 @@ config_paths:
|
|
hub_dir: /etc/crowdsec/hub/
|
|
index_path: /etc/crowdsec/hub/.index.json
|
|
notification_dir: /etc/crowdsec/notifications/
|
|
- plugin_dir: /usr/local/lib/crowdsec/plugins/
|
|
+ plugin_dir: /usr/lib/crowdsec/plugins/
|
|
crowdsec_service:
|
|
acquisition_path: /etc/crowdsec/acquis.yaml
|
|
parser_routines: 1
|