xref: /openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/dbuslist (revision 3fdc43151f7dd5984002a8e3cf7f430ba1816f2c)
1#!/bin/bash
2#
3# config: 2 50
4# @brief: Collect list of all D-Bus connections.
5#
6
7# shellcheck source=/dev/null
8. "$DREPORT_INCLUDE"/functions
9
10desc="dbus list"
11file_name="dbus-list.log"
12command="busctl -l"
13
14add_cmd_output "$command" "$file_name" "$desc"
15