File: nsdaemon.sysconfig

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 (13 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# $Id: nsdaemon.sysconfig,v 1.1.1.1 2003/10/31 10:03:23 baud Exp $
#
# @(#)$RCSfile: nsdaemon.sysconfig,v $ $Revision: 1.1.1.1 $ $Date: 2003/10/31 10:03:23 $ CERN/IT/ADC/CA Jean-Damien Durand
#
# should nsdaemon run?
# any string but "yes" will equivalent to "NO"
#
RUN_NSDAEMON="yes"
#
# 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