5bf98749ba
Note that the LibreOffice version present on the build system, if any, has no relation to the one the packaged binaries are supposed to run against. When building RPM or Debian packages, we use the bundled copy of the LibreOfficeKit headers we have here, and not ones from a LibreOffice source tree.
13 lines
355 B
Desktop File
13 lines
355 B
Desktop File
[Unit]
|
|
Description=LibreOffice On-Line WebSocket Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/loolwsd
|
|
ExecStart=/usr/bin/loolwsd --systemplate=/opt/lool/systemplate --lotemplate=/opt/libreoffice5.0 --childroot=/opt/lool/child-roots --numprespawns=5
|
|
User=lool
|
|
KillMode=process
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|