UHUB_USER="${UHUB_USER:-uhub}" UHUB_GROUP="${UHUB_GROUP:-uhub}" # Options to UHUB # -v Verbose mode. Add more -v's for higher verbosity. # -q Quiet mode - no output # -f Fork to background # -l Log messages to given file (default: stderr) # -L Log messages to syslog # -c Specify configuration file (default: /etc/uhub/uhub.conf) # -S Show configuration parameters, but ignore defaults # -u Run as given user # -g Run with given group permissions # -p Store pid in file (process id) UHUBOPTIONS="-u ${UHUB_USER} -g ${UHUB_GROUP} -f -p /var/run/uhub.pid -l /var/log/uhub.log"