summaryrefslogtreecommitdiff
path: root/loolwsd.service
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2016-11-24 14:52:34 +0000
committerMichael Meeks <michael.meeks@collabora.com>2016-11-25 09:58:48 +0000
commitcca657c8f2031ec88366c52f5e8e10c2e04129f9 (patch)
treea2273ed56080856d8494ba759b8ed0e435ebba99 /loolwsd.service
parent4432aba25b6ee68356e0ddfc724afb8373651945 (diff)
Apply the pre-branch rename script to re-organize the source.
Diffstat (limited to 'loolwsd.service')
-rw-r--r--loolwsd.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/loolwsd.service b/loolwsd.service
new file mode 100644
index 000000000..34b1bb8e7
--- /dev/null
+++ b/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