Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tanganellilore committed Jun 4, 2024
1 parent 9ebb71a commit d7dffa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ See `receptor_install_method` for options on how Receptor is installed.
| __receptor_github_owner__ | string | `ansible` | Owner of the github repository to download Receptor from, if install method is 'release'. |
| __receptor_github_repo__ | string | `receptor` | Repository name to download Receptor from, if install method is 'release'. |
| __receptor_github_release__ | string | `''` | Receptor version to download Receptor from, if install method is 'release'. If not specified, the latest release will be used. |
| __receptor_service_name__ | string | `receptor` | Name of systemd service that runs Receptor. Used only when `receptor_install_method` is 'local' or 'release'. If Receptor is installed via a package manager, a systemd is already configured. |
| __receptor_service_name__ | string | `receptor` | Name of systemd service that runs Receptor. Used only when `receptor_install_method` is 'local', 'release' or 'update-local', 'update-release'. If Receptor is installed via a package manager, a systemd is already configured. If you choice to use update, receptor configuration will be skipped. |
| __receptor_fd_limit_soft__ | integer | `4096` | The file descriptor limits in PAM for Receptor. |
| __receptor_fd_limit_soft__ | integer | `8192` | The file descriptor limits in PAM for Receptor. |

Expand Down

0 comments on commit d7dffa8

Please sign in to comment.