#!/bin/bash # # $Id$ # settings for libo-server # start the daemon or not? #LIBO_STARTDAEMON="yes" LIBO_STARTDAEMON="no" # su-user to run libo-server #LIBO_USER=www-data # /var/run subdir and path for PID file #LIBO_ID=libo/libo-server # path to soffice binary #LIBO_BIN=/usr/bin/soffice # IP to listen on #LIBO_LISTEN_HOST=127.0.0.1 # port to listen on #LIBO_LISTEN_PORT=8100 # seconds to wait until LibO should be up #LIBO_WAIT=30