From 75d9c6fdcc8ca076cd35309c086244d74e77592f Mon Sep 17 00:00:00 2001 Message-Id: <75d9c6fdcc8ca076cd35309c086244d74e77592f.1717122555.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 17 May 2010 17:34:53 +0100 Subject: [PATCH] svc/conntrack.8.in: Document the D-Bus connection state notifications. Organization: Straylight/Edgeware From: Mark Wooding These probably aren't very useful for other services, but they're useful for diagnostics. --- svc/conntrack.8.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/svc/conntrack.8.in b/svc/conntrack.8.in index 9c0fe1be..32217425 100644 --- a/svc/conntrack.8.in +++ b/svc/conntrack.8.in @@ -181,6 +181,24 @@ All notifications issued by begin with the tokens .BR "USER conntrack" . .SP +.BI "USER conntrack dbus-connection " status +The service's connection to D-Bus has changed state. The +.I status +is one of the following. +.RS +.TP +.B startup +Initially trying to connect. +.TP +.B connected +Successfully established a connection to the bus. +.TP +.B lost +A connection has been lost. +.TP +.BI state= label +The service's internal state machine is confused. +.SP .BI "USER conntrack " up \fR| down " " reason\fR... The network connection has apparently gone up or down, and .B conntrack -- [mdw]