summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2021-11-15 11:57:33 -0400
committerAndras Timar <andras.timar@collabora.com>2021-11-17 09:17:34 +0100
commitf793eab2e30a3d05eeefb610979a8d078f219fa8 (patch)
tree9142826fc6663007f522f2e0376265d2998f566d /debian
parentindexing: rename 'lool' -> 'cool' (diff)
downloadonline-f793eab2e30a3d05eeefb610979a8d078f219fa8.tar.gz
online-f793eab2e30a3d05eeefb610979a8d078f219fa8.zip
distro: more renames 'lool' -> 'cool'
Change-Id: I281270d36293bc16688f016ddcb2f3187aa03fea Signed-off-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/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 6cb9293383..1683a4c65b 100644
--- a/debian/loolwsd.postinst.in
+++ b/debian/loolwsd.postinst.in
@@ -7,12 +7,12 @@ case "$1" in
setcap cap_fowner,cap_chown,cap_mknod,cap_sys_chroot=ep /usr/bin/coolforkit || true
setcap cap_sys_admin=ep /usr/bin/loolmount || true
- adduser --quiet --system --group --home /opt/lool lool
+ adduser --quiet --system --group --home /opt/cool lool
chown lool: /etc/loolwsd/loolwsd.xml
chmod 640 /etc/loolwsd/loolwsd.xml
# We assume that the LibreOffice to be used is built TDF-style
- # and installs in @LO_PATH@, and that /opt/lool is
+ # and installs in @LO_PATH@, and that /opt/cool is
# on the same file system
rm -rf /opt/lool
diff --git a/debian/loolwsd.service b/debian/loolwsd.service
index 19127931b8..57ce0f0851 100644
--- a/debian/loolwsd.service
+++ b/debian/loolwsd.service
@@ -13,7 +13,7 @@ Restart=always
LimitNOFILE=infinity:infinity
ProtectSystem=strict
-ReadWritePaths=/opt/lool /var/log
+ReadWritePaths=/opt/cool /var/log
ProtectHome=yes
PrivateTmp=yes