Forrest logo
back to context overview

dbus-daemon

List of commands for dbus-daemon:

  • dbus-daemon:tldr:63596 dbus-daemon: Run the daemon with the standard per-login-session message bus configuration.
    $ dbus-daemon --session
    try on your machine
    explain this command
  • dbus-daemon:tldr:9ffeb dbus-daemon: Run the daemon with the standard systemwide message bus configuration.
    $ dbus-daemon --system
    try on your machine
    explain this command
  • dbus-daemon:tldr:aa659 dbus-daemon: Output the process ID to `stdout`.
    $ dbus-daemon --print-pid
    try on your machine
    explain this command
  • dbus-daemon:tldr:bd417 dbus-daemon: Set the address to listen on and override the configuration value for it.
    $ dbus-daemon --address ${address}
    try on your machine
    explain this command
  • dbus-daemon:tldr:cee94 dbus-daemon: Run the daemon with a configuration file.
    $ dbus-daemon --config-file ${filename}
    try on your machine
    explain this command
  • dbus-daemon:tldr:f0365 dbus-daemon: Force the message bus to write to the system log for messages.
    $ dbus-daemon --syslog
    try on your machine
    explain this command
back to context overview