Skip to content

Commit

Permalink
Update files for Sliding Sync proxy: change "matrix-sliding-sync-prox…
Browse files Browse the repository at this point in the history
…y" to "matrix-sliding-sync"

Signed-off-by: Suguru Hirahara <[email protected]>
  • Loading branch information
Suguru Hirahara committed Feb 6, 2025
1 parent 4a178b5 commit 056a502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/configuring-playbook-sliding-sync-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ This allows clients which support Sliding Sync to detect the Sliding Sync proxy'

## Troubleshooting

As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-sliding-sync-proxy`.
As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-sliding-sync`.
4 changes: 2 additions & 2 deletions roles/custom/matrix-sliding-sync/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ matrix_sliding_sync_container_labels_additional_labels: ''
# A list of extra arguments to pass to the container
matrix_sliding_sync_container_extra_arguments: []

# List of systemd services that matrix-sliding-sync-proxy.service depends on
# List of systemd services that matrix-sliding-sync.service depends on
matrix_sliding_sync_systemd_required_services_list: "{{ matrix_sliding_sync_systemd_required_services_list_default + matrix_sliding_sync_systemd_required_services_list_auto + matrix_sliding_sync_systemd_required_services_list_custom }}"
matrix_sliding_sync_systemd_required_services_list_default: "{{ [devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [] }}"
matrix_sliding_sync_systemd_required_services_list_auto: []
matrix_sliding_sync_systemd_required_services_list_custom: []

# List of systemd services that matrix-sliding-sync-proxy.service wants
# List of systemd services that matrix-sliding-sync.service wants
matrix_sliding_sync_systemd_wanted_services_list: []

# Controls the SYNCV3_SERVER environment variable
Expand Down

0 comments on commit 056a502

Please sign in to comment.