We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967af5e commit 6c5a543Copy full SHA for 6c5a543
README.md
@@ -42,7 +42,7 @@ The custom binary must support the following commands:
42
- `reason` : reason of the decision
43
- `json_object`: the serialized decision
44
45
-:warning: don't forget to add `execution` right to your binary/script
+:warning: don't forget to add right execution to your binary/script
46
47
### Examples:
48
@@ -61,7 +61,7 @@ $ vim /etc/crowdsec/custom-bouncer/cs-custom-bouncer.yaml
61
```
62
63
```yaml
64
-bin_path: <path_to_binary>
+bin_path: <absolute_path_to_binary>
65
piddir: /var/run/
66
update_frequency: 10s
67
daemonize: true
0 commit comments