docker-collabora-online/install/etc/s6/services/10-loolwsd/run

10 lines
617 B
Plaintext
Raw Normal View History

2018-03-24 21:07:22 +01:00
#!/usr/bin/with-contenv bash
2020-01-13 23:37:48 +01:00
for s in /assets/functions/*; do source $s; done
PROCESS_NAME="libreoffice-online"
check_container_initialized
check_service_initialized init
2018-03-24 21:07:22 +01:00
2020-01-21 21:25:12 +01:00
print_info "Starting Libreoffice Online Web Services daemon"
2019-07-07 15:08:29 +02:00
exec s6-setuidgid lool /opt/lool/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:lo_template_path=/opt/libreoffice --o:child_root_path=/opt/lool/jails --o:file_server_root_path=/opt/lool/share/loolwsd storage.filesystem[@allow]=true --o:admin_console.username=${ADMIN_USER} --o:admin_console.password=${ADMIN_PASS} ${EXTRA_OPTIONS} >> /var/log/lool/loolwsd.log