summaryrefslogtreecommitdiff
path: root/loolwsd.service
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-05-22 10:41:25 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-05-22 12:06:06 +0200
commit3a03f50784d8906d0ed680f49875997aadeaa0ab (patch)
treec94c37c3f3c9eb5ce00f7c6ac9553606e37ca95b /loolwsd.service
parent92785742896f20374fc080922d603cd76d2157ca (diff)
Revert "Adapt paths to new package name"
It is not a good idea to change the configuration directory, it will affect all the existing installations. And the service is called loolwsd - so the configuration should be called that way too. This reverts commit 92785742896f20374fc080922d603cd76d2157ca. Change-Id: I7e6eee644e21ad2dd842742585d16133ff8e36c9 Reviewed-on: https://gerrit.libreoffice.org/72730 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'loolwsd.service')
-rw-r--r--loolwsd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/loolwsd.service b/loolwsd.service
index a2ae6e645..d43d59078 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/libreoffice-online
+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
User=lool
KillMode=control-group
Restart=always