1DBUS-JAVA(1) DBUS-JAVA(1)
2
3
4
6 DBusDaemon - Runs a D-Bus Daemon
7
9 DBusDaemon [--version] [-v] [--help] [-h] [--print-address] [-r]
10 [--unix] [-u] [--tcp] [-t] [--listen address] [-l address]
11 [--addressfile file] [-a file] [--pidfile file] [-p file]
12
14 This manual page documents briefly the DBusDaemon command.
15
16 DBusDaemon provides a D-Bus daemon for applications to communicate.
17
19 These programs follow the usual GNU command line syntax, with long op‐
20 tions starting with two dashes (`-'). A summary of options is included
21 below.
22
23 -v --version
24 Print the version
25
26 -h --help
27 Print the syntax
28
29 -r --print-address
30 Print the address
31
32 -u --unix
33 Generate random Unix Socket address
34
35 -t --tcp
36 Generate random local TCP address
37
38 -l address --listen address
39 Listen on the specified address
40
41 -a file --addressfile file
42 Print address to specified file
43
44 -p file --pidfile file
45 Print address to specified file
46
48 This manual page was written by Matthew Johnson <<de‐
49 bian@matthew.ath.cx>>. Permission is granted to copy, distribute and/or
50 modify this document under the terms of the GNU Lesser General Public
51 License, Version 2 as published by the Free Software Foundation.
52
53 On Debian systems, the complete text of the GNU Lesser General Public
54 License can be found in /usr/share/common-licenses/LGPL-2.
55
56
57
58 January 10, 2006 DBUS-JAVA(1)