cleaned up old services again

This commit is contained in:
wjbeckett 2024-09-30 23:04:10 +10:00
parent 71dff50a65
commit 8cb7deff15
2 changed files with 1 additions and 4 deletions

View File

@ -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: ''

View File

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