2691d88909
This is not a good idea, it takes too long for systemd, and times out.
This reverts commit b42409c388
.
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
|