[Libreoffice-commits] online.git: loolwsd/loolwsd.service
Tor Lillqvist
tml at collabora.com
Wed Jul 8 08:04:01 PDT 2015
loolwsd/loolwsd.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5bf98749ba88b206e68ecd31aeff7ef4f67cfb24
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Jun 9 20:15:55 2015 +0300
Use /opt/libreoffice5.0 to match LO 5.0 beta
Note that the LibreOffice version present on the build system, if any, has no
relation to the one the packaged binaries are supposed to run against. When
building RPM or Debian packages, we use the bundled copy of the LibreOfficeKit
headers we have here, and not ones from a LibreOffice source tree.
diff --git a/loolwsd/loolwsd.service b/loolwsd/loolwsd.service
index 526b272..19fb82c 100644
--- a/loolwsd/loolwsd.service
+++ b/loolwsd/loolwsd.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
EnvironmentFile=-/etc/sysconfig/loolwsd
-ExecStart=/usr/bin/loolwsd --systemplate=/opt/lool/systemplate --lotemplate=/opt/libreofficedev5.1 --childroot=/opt/lool/child-roots --numprespawns=5
+ExecStart=/usr/bin/loolwsd --systemplate=/opt/lool/systemplate --lotemplate=/opt/libreoffice5.0 --childroot=/opt/lool/child-roots --numprespawns=5
User=lool
KillMode=process
Restart=always
More information about the Libreoffice-commits
mailing list