libreoffice-online/loolwsd/loolwsd.service
Jan Holesovsky 2691d88909 Revert "loolwsd: Update systemplate with every startup of the service."
This is not a good idea, it takes too long for systemd, and times out.

This reverts commit b42409c388.
2015-10-30 11:34:41 +01:00

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