2015-06-01 11:53:29 -05:00
|
|
|
[Unit]
|
|
|
|
Description=LibreOffice On-Line WebSocket Daemon
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
EnvironmentFile=-/etc/sysconfig/loolwsd
|
2015-06-09 12:15:55 -05:00
|
|
|
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
|