Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cleanup (0.05 sec)

  1. fess

    "Already running." L151: log_end_msg 0 L152: exit 0 L153: fi L154: L155: # Prepare environment L156: mkdir -p "$LOG_DIR" "$DATA_DIR" && chown "$FESS_USER":"$FESS_GROUP" "$LOG_DIR" "$DATA_DIR" L157: L158: # Ensure that the PID_DIR exists (it is cleaned at OS startup time) L159: if [ -n "$PID_DIR" ] && [ ! -e "$PID_DIR" ]; then L160: mkdir -p "$PID_DIR" && chown "$FESS_USER":"$FESS_GROUP" "$PID_DIR" L161: fi L162: if [ -n "$PID_FILE" ] && [ ! -e "$PID_FILE" ]; then L163: touch "$PID_FILE" && chown...
    github.com/codelibs/fess/src/packaging/deb/init...
    Sun Jan 15 06:32:15 UTC 2023
      5.8K bytes
  2. fess

    "Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME" L78: exit 1 L79: fi L80:} L81: L82:start() { L83: checkJava L84: [ -x $exec ] || exit 5 L85: L86: # Ensure that the PID_DIR exists (it is cleaned at OS startup time) L87: if [ -n "$PID_DIR" ] && [ ! -e "$PID_DIR" ]; then L88: mkdir -p "$PID_DIR" && chown "$FESS_USER":"$FESS_GROUP" "$PID_DIR" L89: fi L90: if [ -n "$pidfile" ] && [ ! -e "$pidfile" ]; then L91: touch "$pidfile"...
    github.com/codelibs/fess/src/packaging/rpm/init...
    Sun Jan 15 06:32:15 UTC 2023
      3.7K bytes
Back to top