Przeglądaj źródła

cleaned up old services again

element-call-integration
wjbeckett 1 rok temu
rodzic
commit
8cb7deff15
2 zmienionych plików z 1 dodań i 4 usunięć
  1. +0
    -4
      roles/custom/matrix-livekit/defaults/main.yml
  2. +1
    -0
      roles/custom/matrix-livekit/templates/systemd/matrix-livekit-server.service.j2

+ 0
- 4
roles/custom/matrix-livekit/defaults/main.yml Wyświetl plik

@@ -4,10 +4,6 @@ matrix_livekit_server_enabled: false


# Base path configuration # Base path configuration
matrix_livekit_server_base_path: "{{ matrix_base_data_path }}/livekit-server" matrix_livekit_server_base_path: "{{ matrix_base_data_path }}/livekit-server"
matrix_livekit_server_config_path: "{{ matrix_livekit_server_base_path }}/config"
matrix_livekit_server_backend_path: "{{ matrix_livekit_server_base_path }}/backend"
matrix_homeserver_config_path: "{{ matrix_base_data_path }}/synapse/config/homeserver.yaml"
element_web_config_path: "{{ matrix_base_data_path }}/static-files/public/.well-known/matrix/client"


# Docker network configuration # Docker network configuration
matrix_livekit_server_container_network: '' matrix_livekit_server_container_network: ''


+ 1
- 0
roles/custom/matrix-livekit/templates/systemd/matrix-livekit-server.service.j2 Wyświetl plik

@@ -1,3 +1,4 @@
#jinja2: lstrip_blocks: "True"
[Unit] [Unit]
Description=Matrix LiveKit Server Description=Matrix LiveKit Server
After=docker.service After=docker.service


Ładowanie…
Anuluj
Zapisz