Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DBUS-JAVA(1)		     General Commands Manual		    DBUS-JAVA(1)

	   <debian@matthew.ath.cx>
     Matthew Johnson 2006Matthew JohnsonJanuary  10, 2006;

NAME
     DBusDaemon -- Runs a D-Bus Daemon

SYNOPSIS
     DBusDaemon  [--version]   [-v]   [--help]	 [-h]	[--print-address]   [-r]
     [--unix]  [-u]  [--tcp]  [-t]  [--listen  address]   [-l  address]   [--ad-
     dressfile 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  Pub-
     lic	  License  can	be  found  in /usr/share/common-licenses/LGPL-2.

								    DBUS-JAVA(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=DBusDaemon&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help