|
|
|
@@ -30,6 +30,15 @@ matrix_conduit_systemd_required_services_list_custom: [] |
|
|
|
# List of systemd services that matrix-conduit.service wants |
|
|
|
matrix_conduit_systemd_wanted_services_list: [] |
|
|
|
|
|
|
|
# Controls how long to sleep for after starting the matrix-synapse container. |
|
|
|
# |
|
|
|
# Delaying, so that the homeserver can manage to fully start and various services |
|
|
|
# that depend on it (`matrix_conduit_systemd_required_services_list` and `matrix_conduit_systemd_wanted_services_list`) |
|
|
|
# may only start after the homeserver is up and running. |
|
|
|
# |
|
|
|
# This can be set to 0 to remove the delay. |
|
|
|
matrix_conduit_systemd_service_post_start_delay_seconds: 3 |
|
|
|
|
|
|
|
# The base container network. It will be auto-created by this role if it doesn't exist already. |
|
|
|
matrix_conduit_container_network: "" |
|
|
|
|
|
|
|
|