#!/bin/sh
soffice "--accept=socket,host=0.0.0.0,port=2002;urp;"
echo "Press <enter>..."
read R

# More options:
# soffice --invisible --accept="socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;"
#         --headless --nodefault --nofirststartwizard --nolockcheck --nologo --norestore
