Update to 2020-04-24 13:00

master
Daniel Berteaud 4 years ago
parent 4e383a6f87
commit e9b4309ff6
  1. 9
      roles/jitsi/templates/jitsi-jicofo.service.j2

@ -16,7 +16,14 @@ ReadOnlyDirectories={{ jitsi_root_dir }}/etc {{ jitsi_root_dir }}/jicofo
Restart=on-failure
StartLimitInterval=0
RestartSec=30
ExecStart=/opt/jitsi/jicofo/jicofo.sh --host=${JICOFO_HOST} --domain=${JICOFO_DOMAIN} --secret=${JICOFO_SECRET} --user_domain=${JICOFO_USERDOMAIN} --user_name=${JICOFO_USER} --user_password=${JICOFO_USER_PASS} ${JICOFO_OPT}
ExecStart=/opt/jitsi/jicofo/jicofo.sh \
--host=${JICOFO_HOST} \
--domain=${JICOFO_DOMAIN} \
--secret=${JICOFO_SECRET} \
--user_domain=${JICOFO_USERDOMAIN} \
--user_name=${JICOFO_USER} \
--user_password=${JICOFO_USER_PASS} \
${JICOFO_OPT}
[Install]
WantedBy=multi-user.target

Loading…
Cancel
Save