libreoffice-online/loolwsd/loolwsd.service

22 lines
796 B
Desktop File

[Unit]
Description=LibreOffice On-Line WebSocket Daemon
After=network.target
[Service]
EnvironmentFile=-/etc/sysconfig/loolwsd
#
# For admin console you have to give admin user name and password
# with --admincreds=username/password
#
# Local Storage is disabled by default. Specify --allowlocalstorage
# to enable it. Beware! If you specify --allowlocalstorage, all files
# that can be read by lool user, will be passed to LibreOffice and
# may be displayed in the browser. This option is only for debugging.
#
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