mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
We don't need to explicitly copy the file, but the standard location is /usr/lib, not /lib - hence we must avoid duplicating it by copying explicitly if /lib is not linked to /usr/lib. Also we don't need preinst anymore and the message is in postinst as well.
13 lines
598 B
Text
13 lines
598 B
Text
config/config.yaml etc/crowdsec/
|
|
config/profiles.yaml etc/crowdsec/
|
|
config/simulation.yaml etc/crowdsec/
|
|
|
|
config/patterns/* etc/crowdsec/patterns
|
|
|
|
# Referenced configs:
|
|
cmd/notification-slack/slack.yaml etc/crowdsec/notifications/
|
|
cmd/notification-http/http.yaml etc/crowdsec/notifications/
|
|
cmd/notification-splunk/splunk.yaml etc/crowdsec/notifications/
|
|
cmd/notification-email/email.yaml etc/crowdsec/notifications/
|
|
cmd/notification-sentinel/sentinel.yaml etc/crowdsec/notifications/
|
|
cmd/notification-file/file.yaml etc/crowdsec/notifications/
|