File: cfengine2.default

package info (click to toggle)
cfengine2 2.1.14-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,688 kB
  • ctags: 12
  • sloc: sh: 290; makefile: 113; perl: 29
file content (13 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Cfengine2 defaults configuration  -*- sh -*-

# Set variable to 1 to start the daemon; 0 otherwise.

# Note that cfservd will only run if you have put a file into
# /etc/cfengine/cfservd.conf, even if you set RUN_CFSERVD.

RUN_CFSERVD=0
RUN_CFEXECD=0
RUN_CFENVD=0

CFSERVD_ARGS=""
#CFSERVD_ARGS="--multithread"