2017-04-07 09:43:32 -05:00
|
|
|
[Unit]
|
|
|
|
Description=LibreOffice Online WebSocket Daemon
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
EnvironmentFile=-/etc/sysconfig/loolwsd
|
2019-05-22 03:41:25 -05:00
|
|
|
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
|
2017-04-07 09:43:32 -05:00
|
|
|
User=lool
|
|
|
|
KillMode=control-group
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|