libreoffice-online/loolwsd/loolwsd.service
Michael Meeks a49f642801 Tolerate --version, and add git hash version, print on default start.
Should help diagnosing issues - to have this in our logs.
2016-04-15 15:07:24 +01:00

13 lines
411 B
Desktop File

[Unit]
Description=LibreOffice On-Line WebSocket Daemon
After=network.target
[Service]
EnvironmentFile=-/etc/sysconfig/loolwsd
ExecStart=/usr/bin/loolwsd --version --systemplate=/opt/lool/systemplate --lotemplate=/opt/collaboraoffice5.0 --childroot=/opt/lool/child-roots --numprespawns=5 --fileserverroot=/usr/share/loolwsd
User=lool
KillMode=control-group
Restart=always
[Install]
WantedBy=multi-user.target