Skip to content

Commit

Permalink
Update roles/omero_server/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Smith <[email protected]>
  • Loading branch information
drmatthews and p-j-smith authored Mar 26, 2024
1 parent abebbe7 commit 15f5e68
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions roles/omero_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,20 @@ not support insecure ciphers
### OMERO.server systemd configuration

`omero_server_systemd_setup`: Create and start the omero-server systemd service,
default True `omero_server_systemd_limit_nofile`: Systemd limit for number of
open files (default ignore) `omero_server_systemd_after`: A list of strings with
default True

`omero_server_systemd_limit_nofile`: Systemd limit for number of
open files (default ignore)

`omero_server_systemd_after`: A list of strings with
additional service names to appear in systemd unit file "After" statements.
Default empty/none. `omero_server_systemd_requires`: A list of strings with
Default empty/none.

`omero_server_systemd_requires`: A list of strings with
additional service names to appear in systemd unit file "Requires" statements.
Default empty/none. `omero_server_systemd_environment`: Dictionary of additional
Default empty/none.

`omero_server_systemd_environment`: Dictionary of additional
environment variables. Python virtualenv

`omero_server_python_addons`: List of additional Python packages to be installed
Expand Down

0 comments on commit 15f5e68

Please sign in to comment.