[Libreoffice-commits] online.git: loolwsd/loolwsd.service

Andras Timar andras.timar at collabora.com
Thu Apr 21 09:22:42 UTC 2016


 loolwsd/loolwsd.service |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit a6969c88270d9b755f6835889e6e8891ecdb13cc
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Apr 21 11:22:22 2016 +0200

    document --admincreds and --allowlocalstorage in loolwsd.service

diff --git a/loolwsd/loolwsd.service b/loolwsd/loolwsd.service
index 13107c1..112ea8e 100644
--- a/loolwsd/loolwsd.service
+++ b/loolwsd/loolwsd.service
@@ -4,6 +4,15 @@ After=network.target
 
 [Service]
 EnvironmentFile=-/etc/sysconfig/loolwsd
+#
+# For admin console you have to give admin user name and password
+# with --admincreds=username/password
+#
+# Local Storage is disabled by default. Specify --allowlocalstorage
+# to enable it. Beware! If you specify --allowlocalstorage, all files
+# that can be read by lool user, will be passed to LibreOffice and
+# may be displayed in the browser. This option is only for debugging.
+#
 ExecStart=/usr/bin/loolwsd --version --systemplate=/opt/lool/systemplate --lotemplate=/opt/collaboraoffice5.0 --childroot=/opt/lool/child-roots --numprespawns=5 --fileserverroot=/usr/share/loolwsd
 User=lool
 KillMode=control-group


More information about the Libreoffice-commits mailing list