[GRLUG] May WMLUG Meeting Reminder
Adam Tauno Williams
awilliam at whitemice.org
Thu May 26 13:54:55 EDT 2011
On Thu, 2011-05-26 at 13:00 -0400, Steve Romanow wrote:
> I have f15 liveusb in both gnome3 and kde spins I will bring.
> Can you also cover running LO as a daemon?
That's pretty simple -
USERNAME='wwwrun'
SOFFICE_PATH='/usr/lib/ooo-2.4/program'
SOFFICE_ARGS='-accept=socket,host=localhost,port=8100;urp'
SOFFICE_BIN='soffice.bin'
sudo -u $USERNAME $SOFFICE_PATH/$SOFFICE_BIN $SOFFICE_ARGS > /dev/null &
Much less complicated in 2.0 and later; no fussing about with headless,
framebuffers, etc...
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the grlug
mailing list