forked from stove/dataset
19 lines
351 B
Text
19 lines
351 B
Text
|
# Number of process (default: 7)
|
||
|
#NPROC = 7
|
||
|
#>GNUNUX
|
||
|
NPROC=%%lemon_proc
|
||
|
#<GNUNUX
|
||
|
|
||
|
# Unix socket to listen to
|
||
|
SOCKET=/run/llng-fastcgi-server/llng-fastcgi.sock
|
||
|
|
||
|
# Pid file
|
||
|
PID=/run/llng-fastcgi-server/llng-fastcgi-server.pid
|
||
|
|
||
|
# User and GROUP
|
||
|
USER=www-data
|
||
|
GROUP=www-data
|
||
|
|
||
|
# Custom functions file
|
||
|
#CUSTOM_FUNCTIONS_FILE=/var/lib/lemonldap-ng/myfile.pm
|