File: lfcdaemon.sysconfig.mysql

package info (click to toggle)
lfc-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,676 kB
  • ctags: 10,779
  • sloc: ansic: 146,136; sh: 13,176; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 861; fortran: 113
file content (42 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# $Id: lfcdaemon.sysconfig.mysql,v 1.22 2007/12/07 08:54:51 slemaitr Exp $
#
# @(#)$RCSfile: lfcdaemon.sysconfig.mysql,v $ $Revision: 1.22 $ $Date: 2007/12/07 08:54:51 $ CERN/IT/ADC/CA Jean-Damien Durand
#
# should the LFC daemon run?
# any string but "yes" will be equivalent to "no"
#
RUN_LFCDAEMON="yes"
#
# should the LFC be read-only?
# any string but "yes" will be equivalent to "no"
#
RUN_READONLY="no"
#
# should the automatic creation of virtual ids be disabled?
# any string but "yes" will be equivalent to "no"
#
RUN_DISABLEAUTOVIDS="no"
#
# should we run with another limit on the number of file descriptors than the default?
# any string will be passed to ulimit -n
#ULIMIT_N=4096
#
###############################################################################################
# Change and uncomment the variables below if your setup is different than the one by default #
###############################################################################################

#ALLOW_COREDUMP="yes"

#################
# LFC variables #
#################

# - Number of LFC threads :
#NB_THREADS=20

# - LFC log file :
#LFCDAEMONLOGFILE="/var/log/lfc/log"

# - LFC configuration file :
#NSCONFIGFILE="/opt/lcg/etc/NSCONFIG"