Explorar el Código

fixed livekit service name

element-call-integration
wjbeckett hace 1 año
padre
commit
71dff50a65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-livekit/tasks/install.yml

+ 1
- 1
roles/custom/matrix-livekit/tasks/install.yml Ver fichero

@@ -43,5 +43,5 @@
- name: Ensure livekit systemd service is installed
ansible.builtin.template:
src: "{{ role_path }}/templates/systemd/matrix-livekit-server.service.j2"
dest: "{{ devture_systemd_docker_base_systemd_path }}/matrix-livekit.service"
dest: "{{ devture_systemd_docker_base_systemd_path }}/matrix-livekit-server.service"
mode: 0644

Cargando…
Cancelar
Guardar