~jamesodhunt/ubuntu/saucy/upstart/1.9.1

« back to all changes in this revision

Viewing changes to extra/man/upstart-dbus-bridge.8

  • Committer: James Hunt
  • Date: 2013-06-28 15:57:37 UTC
  • mfrom: (1436.2.1)
  • Revision ID: james.hunt@ubuntu.com-20130628155737-8bskclzrhmjvpm6e
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH upstart\-dbus\-bridge 8 2013-04-25 upstart
 
2
.\"
 
3
.SH NAME
 
4
upstart\-dbus\-bridge \- Bridge between Upstart and D-Bus
 
5
.\"
 
6
.SH SYNOPSIS
 
7
.B upstart\-dbus\-bridge
 
8
.RI [ OPTIONS ]...
 
9
.\"
 
10
.SH DESCRIPTION
 
11
.B upstart\-dbus\-bridge
 
12
receives information about D-Bus signals
 
13
and creates
 
14
.BR init (8)
 
15
events for them.
 
16
 
 
17
With no options, monitors signals on the D-Bus system bus and emits
 
18
an Upstart event called
 
19
.I dbus
 
20
via a D-Bus system bus connection to Upstart.
 
21
 
 
22
When run with \fB\-\-user\fP, monitors signals on the users D-Bus session bus
 
23
and emits Upstart events via the private D-Bus connection to the users Session Init.
 
24
 
 
25
See \fBdbus\-daemon\fP(1) and for further details.
 
26
 
 
27
.\"
 
28
.SH OPTIONS
 
29
.\"
 
30
.TP
 
31
.B \-\-always
 
32
Always emit events on receipt of D-Bus signal regardless of whether jobs
 
33
care about them.
 
34
.TP
 
35
.B \-\-daemon
 
36
Detach and run in the background.
 
37
.\"
 
38
.TP
 
39
.B \-\-debug
 
40
Enable debugging output.
 
41
.\"
 
42
.TP
 
43
.B \-\-help
 
44
Show brief usage summary.
 
45
.\"
 
46
.TP
 
47
.B \-\-session
 
48
Monitor signals on the D-Bus session bus.
 
49
.\"
 
50
.TP
 
51
.B \-\-system
 
52
Monitor signals on the D-Bus system bus.
 
53
.\"
 
54
.TP
 
55
.B \-\-user
 
56
User-session mode: connect to Upstart via the user session rather than
 
57
over the D\-Bus system bus.
 
58
.\"
 
59
.TP
 
60
.B \-\-verbose
 
61
Enable verbose output.
 
62
.\"
 
63
.SH RESTRICTIONS
 
64
D-Bus signals emitted by Upstart itself are ignored.
 
65
 
 
66
.\"
 
67
.SH AUTHOR
 
68
Written by James Hunt
 
69
.RB < james.hunt@canonical.com >
 
70
.\"
 
71
.SH BUGS
 
72
Report bugs at 
 
73
.RB < https://launchpad.net/ubuntu/+source/upstart/+bugs >
 
74
.\"
 
75
.SH COPYRIGHT
 
76
Copyright \(co 2013 Canonical Ltd.
 
77
.PP
 
78
This is free software; see the source for copying conditions.  There is NO
 
79
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
80
.SH SEE ALSO
 
81
.BR dbus\-daemon (1)
 
82
.BR dbus\-event (7)
 
83
.BR init (5)
 
84
.BR init (8)