summaryrefslogtreecommitdiffstats
path: root/encap/src/bcfg2-site/site-settings.conf-example
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-25 06:12:43 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-25 06:12:43 +0000
commit2e0d46f2539189e8773f4827c20548bd275e2529 (patch)
treecead071c477cc79b47361c099abb57d276db97e7 /encap/src/bcfg2-site/site-settings.conf-example
parent7d04c19afa0f690a3123fc5a7c929a4675b37b84 (diff)
downloadbcfg2-2e0d46f2539189e8773f4827c20548bd275e2529.tar.gz
bcfg2-2e0d46f2539189e8773f4827c20548bd275e2529.tar.bz2
bcfg2-2e0d46f2539189e8773f4827c20548bd275e2529.zip
EncapPackages: Add bcfg2-client "daemon" start to bcfg2-site
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2108 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/src/bcfg2-site/site-settings.conf-example')
-rw-r--r--encap/src/bcfg2-site/site-settings.conf-example1
1 files changed, 1 insertions, 0 deletions
diff --git a/encap/src/bcfg2-site/site-settings.conf-example b/encap/src/bcfg2-site/site-settings.conf-example
index c29ab36e2..dd7b0425e 100644
--- a/encap/src/bcfg2-site/site-settings.conf-example
+++ b/encap/src/bcfg2-site/site-settings.conf-example
@@ -18,6 +18,7 @@
#set global $BCFG2_SERVER = "config.localdomain.com"
#set global $BCFG2_PORT = "6"
#set global $OSTIARY_PORT = "7"
+## How often to run the bcfg2 client, or "0" to disable
#set global $BCFG2_CLIENT_RUN_INTERVAL_SECONDS = "3600"
## Initial options for bcfg(1). The bcfg2 client is started with these options
## on installation and periodically based on BCFG2_CLIENT_RUN_INTERVAL_SECONDS,