Selaa lähdekoodia

Create matrix-livekit.service.j2

element-call-integration
Backslash 1 vuosi sitten
committed by GitHub
vanhempi
commit
bc9658c06b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 muutettua tiedostoa jossa 32 lisäystä ja 0 poistoa
  1. +32
    -0
      roles/custom/matrix-element-call/templates/systemd/matrix-livekit.service.j2

+ 32
- 0
roles/custom/matrix-element-call/templates/systemd/matrix-livekit.service.j2 Näytä tiedosto

@@ -0,0 +1,32 @@
[Unit]
Description=Matrix LiveKit Service
After=docker.service
Requires=docker.service

[Service]
Type=simple
Environment="HOME={{ devture_systemd_docker_base_systemd_unit_home_path }}"
ExecStartPre=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} stop --time={{ devture_systemd_docker_base_container_stop_grace_time_seconds }} matrix-livekit 2>/dev/null || true'
ExecStartPre=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} rm matrix-livekit 2>/dev/null || true'

ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--rm \
--name=matrix-livekit \
--log-driver=none \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \
--network=host \
--mount type=bind,src={{ matrix_element_call_backend_path }}/livekit.yaml,dst=/etc/livekit.yaml,ro \
{{ matrix_livekit_image }} \
--dev --config /etc/livekit.yaml

ExecStart={{ devture_systemd_docker_base_host_command_docker }} start --attach matrix-livekit

ExecStop=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} stop --time={{ devture_systemd_docker_base_container_stop_grace_time_seconds }} matrix-livekit 2>/dev/null || true'
ExecStop=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} rm matrix-livekit 2>/dev/null || true'
Restart=always
RestartSec=30
SyslogIdentifier=matrix-livekit

[Install]
WantedBy=multi-user.target

Ladataan…
Peruuta
Tallenna