[Libreoffice-commits] online.git: Branch 'libreoffice-6-0' - debian/loolwsd.service loolwsd.service
Andras Timar
andras.timar at collabora.com
Fri Jan 26 12:06:31 UTC 2018
debian/loolwsd.service | 2 +-
loolwsd.service | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b0344acb473038418ff1a5f91c475b0e8f6d4d3b
Author: Andras Timar <andras.timar at collabora.com>
Date: Mon Jan 22 23:08:49 2018 +0100
correct file server root for LibreOffice Online 6.0
Change-Id: I407c0f69e9a001a3a86f13926f0dc303c4df6d21
Reviewed-on: https://gerrit.libreoffice.org/48366
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/debian/loolwsd.service b/debian/loolwsd.service
index d43d5907..a2ae6e64 100644
--- a/debian/loolwsd.service
+++ b/debian/loolwsd.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
EnvironmentFile=-/etc/sysconfig/loolwsd
-ExecStart=/usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd
+ExecStart=/usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/libreoffice-online
User=lool
KillMode=control-group
Restart=always
diff --git a/loolwsd.service b/loolwsd.service
index d43d5907..a2ae6e64 100644
--- a/loolwsd.service
+++ b/loolwsd.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
EnvironmentFile=-/etc/sysconfig/loolwsd
-ExecStart=/usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd
+ExecStart=/usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/libreoffice-online
User=lool
KillMode=control-group
Restart=always
More information about the Libreoffice-commits
mailing list