[rrd-developers] [PATCH] document the -g option

kevin brintnall kbrint at rufus.net
Tue Apr 7 18:31:39 CEST 2009


---
 doc/rrdcached.pod |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/rrdcached.pod b/doc/rrdcached.pod
index 7ecff8b..5113c2d 100644
--- a/doc/rrdcached.pod
+++ b/doc/rrdcached.pod
@@ -15,6 +15,7 @@ B<rrdcached>
 [B<-t>E<nbsp>I<write_threads>]
 [B<-j>E<nbsp>I<journal_dir>]
 [-F]
+[-g]
 [B<-b>E<nbsp>I<base_dir>E<nbsp>[B<-B>]]
 
 =head1 DESCRIPTION
@@ -123,6 +124,10 @@ To disable fast shutdown, use the B<-F> option.
 ALWAYS flush all updates to the RRD data files when the daemon is shut
 down, regardless of journal setting.
 
+=item B<-g>
+
+Run in the foreground.  The daemon will not fork().
+
 =item B<-b> I<dir>
 
 The daemon will change into a specific directory at startup. All files passed
-- 
1.6.2.1



More information about the rrd-developers mailing list