libreoffice-online/loolwsd/loolwsd.service

14 lines
355 B
SYSTEMD
Raw Normal View History

2015-06-01 11:53:29 -05:00
[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
2015-06-01 11:53:29 -05:00
User=lool
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target