Переглянути джерело

fixed livekit service name

element-call-integration
wjbeckett 1 рік тому
джерело
коміт
71dff50a65
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      roles/custom/matrix-livekit/tasks/install.yml

+ 1
- 1
roles/custom/matrix-livekit/tasks/install.yml Переглянути файл

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

Завантаження…
Відмінити
Зберегти