소스 검색

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

불러오는 중...
취소
저장