[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-9' - loolwsd/debian

Andras Timar andras.timar at collabora.com
Tue Oct 11 22:30:06 UTC 2016


 loolwsd/debian/loolwsd.service |   13 +++++++++++++
 1 file changed, 13 insertions(+)

New commits:
commit 0f67a4ad7ffc40dc94c7b026e2130d43e03f5cae
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed Oct 12 00:29:45 2016 +0200

    loolwsd: re-add debian/loolwsd.service

diff --git a/loolwsd/debian/loolwsd.service b/loolwsd/debian/loolwsd.service
new file mode 100644
index 0000000..34b1bb8
--- /dev/null
+++ b/loolwsd/debian/loolwsd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=LibreOffice On-Line WebSocket Daemon
+After=network.target
+
+[Service]
+EnvironmentFile=-/etc/sysconfig/loolwsd
+ExecStart=/usr/bin/loolwsd --version --o:sys_template_path=/opt/lool/systemplate --o:lo_template_path=/opt/collaboraoffice5.1 --o:child_root_path=/opt/lool/child-roots --o:file_server_root_path=/usr/share/loolwsd
+User=lool
+KillMode=control-group
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


More information about the Libreoffice-commits mailing list