summaryrefslogtreecommitdiff
path: root/loolwsd.service
blob: 34b1bb8e7624b593de858bd4c855880c3a430767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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