# Number of process (default: 7)
#NPROC = 7

# Unix socket to listen to
SOCKET=__FASTCGISOCKDIR__/llng-fastcgi.sock

# Pid file
PID=__FASTCGISOCKDIR__/llng-fastcgi-server.pid

# User and GROUP
USER=__USER__
GROUP=__GROUP__

# Custom functions file
#CUSTOM_FUNCTIONS_FILE=/var/lib/lemonldap-ng/myfile.pm

# Engine (default to FCGI)
#ENGINE=FCGI
