summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-05-22 09:46:55 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-05-22 10:27:33 +0200
commit92785742896f20374fc080922d603cd76d2157ca (patch)
tree997eb9116db0d15b5a3d1d121dd1f6bc12f2e383 /debian
parent720fffedf28b177c42498eb35daedd78a80e4251 (diff)
Adapt paths to new package name
After 1dbbc5acc7d51adc363c2b43a24afae4b17971a6 Change-Id: I64a12fb13bc8f9371821b2d5969941bfddc2514a Reviewed-on: https://gerrit.libreoffice.org/72728 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/loolwsd.postinst.in4
-rw-r--r--debian/loolwsd.service2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/loolwsd.postinst.in b/debian/loolwsd.postinst.in
index 942cbc695..daef0188f 100755
--- a/debian/loolwsd.postinst.in
+++ b/debian/loolwsd.postinst.in
@@ -9,8 +9,8 @@ case "$1" in
adduser --quiet --system --group --home /opt/lool lool
mkdir -p /var/cache/loolwsd && chown lool: /var/cache/loolwsd
rm -rf /var/cache/loolwsd/*
- chown lool: /etc/loolwsd/loolwsd.xml
- chmod 640 /etc/loolwsd/loolwsd.xml
+ chown lool: /etc/libreoffice-online/loolwsd.xml
+ chmod 640 /etc/libreoffice-online/loolwsd.xml
# We assume that the LibreOffice to be used is built TDF-style
# and installs in @LO_PATH@, and that /opt/lool is
diff --git a/debian/loolwsd.service b/debian/loolwsd.service
index d43d59078..a2ae6e645 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