libreoffice-online/loolwsd/loolwsd.service
Tor Lillqvist ec681d2cc8 For some reason I can't get the $LOOLWSD_NUMPRESPAWNS to work
Even though it is set in /etc/sysconfig/loolwsd, it expands to nothing when
used in the loolwsd.services file. Oh well. Let's hardcode a value of 5 for
now.
2015-06-01 20:14:40 +03:00

13 lines
358 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/libreofficedev5.1 --childroot=/opt/lool/child-roots --numprespawns=5
User=lool
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target