Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for HOME (0.01 sec)

  1. fess

    jdir in $JDK_DIRS; do L50: if [ -r "$jdir/bin/java" -a -z "${JAVA_HOME}" ]; then L51: JAVA_HOME="$jdir" L52: fi L53:done L54:export JAVA_HOME L55: L56:# Directory where the Fess binary distribution resides L57:FESS_HOME=${packaging.fess.home.dir} L58: L59:# Heap size defaults to 256m min, 1g max L60:# Set FESS_HEAP_SIZE to 50% of available RAM, but no more than 31g L61:#FESS_HEAP_SIZE=2g L62: L63:# Heap new generation L64:#FESS_HEAP_NEWSIZE= L65: L66:# max direct memory L67:#FESS_DIRECT_SIZE=...
    github.com/codelibs/fess/src/packaging/deb/init...
    Sun Jan 15 06:32:15 UTC 2023
      5.8K bytes
  2. fess

    "$SCRIPT"` L20: # Drop everything prior to -> L21: link=`expr "$ls" : '.*-> \(.*\)$'` L22: if expr "$link" : '/.*' > /dev/null; then L23: SCRIPT="$link" L24: else L25: SCRIPT=`dirname "$SCRIPT"`/"$link" L26: fi L27:done L28: L29:# determine fess home L30:FESS_HOME=`dirname "$SCRIPT"`/.. L31: L32:# make FESS_HOME absolute L33:FESS_HOME=`cd "$FESS_HOME"; pwd` L34: L35: L36:# If an include wasn't specified in the environment, then search for one... L37:if [ "x$FESS_INCLUDE" = "x" ]; then L38: #...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      5.4K bytes
  3. fess

    /etc/rc.d/init.d/functions L32:fi L33: L34:# Sets the default values for fess variables used in this script L35:PROC_NAME=org.codelibs.fess.FessBoot L36:FESS_USER="${packaging.fess.user}" L37:FESS_GROUP="${packaging.fess.group}" L38:FESS_HOME="${packaging.fess.home.dir}" L39:PID_DIR="${packaging.fess.pid.dir}" L40: L41:# Source the default env file L42:FESS_ENV_FILE="${packaging.env.file}" L43:if [ -f "$FESS_ENV_FILE" ]; then L44: . "$FESS_ENV_FILE" L45:fi L46: L47:exec="$FESS_HOME/bin/fess" L48:prog="fess"...
    github.com/codelibs/fess/src/packaging/rpm/init...
    Sun Jan 15 06:32:15 UTC 2023
      3.7K bytes
Back to top