Browse Source

fixed livekit service name

element-call-integration
wjbeckett 1 year ago
parent
commit
71dff50a65
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-livekit/tasks/install.yml

+ 1
- 1
roles/custom/matrix-livekit/tasks/install.yml View File

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

Loading…
Cancel
Save