[Libreoffice-commits] online.git: debian/loolwsd.service
Andras Timar
andras.timar at collabora.com
Fri Apr 7 14:44:14 UTC 2017
debian/loolwsd.service | 13 +++++++++++++
1 file changed, 13 insertions(+)
New commits:
commit 04c9ea3176b5fff13114adb615c24b51ac1ab637
Author: Andras Timar <andras.timar at collabora.com>
Date: Fri Apr 7 16:43:32 2017 +0200
Missing loolwsd.service.
Change-Id: I0fe48717dea734482d3d06ea91f7c5e594081851
diff --git a/debian/loolwsd.service b/debian/loolwsd.service
new file mode 100644
index 00000000..d43d5907
--- /dev/null
+++ b/debian/loolwsd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=LibreOffice Online WebSocket Daemon
+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
+User=lool
+KillMode=control-group
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
More information about the Libreoffice-commits
mailing list