blob: 63a4b22eb5292aae37e4ca76923f15dcfc7106bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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:lo_template_path=/opt/collaboraoffice6.0 --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
|