
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 --sessiontry on your machineexplain this command
-
dbus-daemon:tldr:9ffeb dbus-daemon: Run the daemon with the standard systemwide message bus configuration.$ dbus-daemon --systemtry on your machineexplain this command
-
dbus-daemon:tldr:aa659 dbus-daemon: Output the process ID to `stdout`.$ dbus-daemon --print-pidtry on your machineexplain 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 machineexplain this command
-
dbus-daemon:tldr:cee94 dbus-daemon: Run the daemon with a configuration file.$ dbus-daemon --config-file ${filename}try on your machineexplain this command
-
dbus-daemon:tldr:f0365 dbus-daemon: Force the message bus to write to the system log for messages.$ dbus-daemon --syslogtry on your machineexplain this command