NAME
DBusDaemon — Runs a D-Bus Daemon
SYNOPSIS
DBusDaemon [--version] [-v] [--help] [-h] [--print-address] [-r]
[--unix] [-u] [--tcp] [-t] [--listen address] [-l address]
[--addressfile file] [-a file] [--pidfile file] [-p file]
DESCRIPTION
This manual page documents briefly the DBusDaemon command.
DBusDaemon provides a D-Bus daemon for applications to communicate.
OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (‘-’). A summary of options is
included below.
-v --version
Print the version
-h --help
Print the syntax
-r --print-address
Print the address
-u --unix
Generate random Unix Socket address
-t --tcp
Generate random local TCP address
-l address --listen address
Listen on the specified address
-a file --addressfile file
Print address to specified file
-p file --pidfile file
Print address to specified file
AUTHOR
This manual page was written by Matthew Johnson
<debian@matthew.ath.cx>. Permission is granted to copy, distribute
and/or modify this document under the terms of the GNU Lesser General
Public License, Version 2 as published by the Free Software Foundation.
On Debian systems, the complete text of the GNU Lesser General Public
License can be found in /usr/share/common-licenses/LGPL-2.
DBUS-JAVA(1)