ec681d2cc8
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.
13 lines
358 B
Desktop File
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
|