Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-debug-collector
/
706ae1b5c522132f71bed8670bb791370b1cb05d
/
.
/
tools
/
dreport.d
/
plugins.d
/
servicestatus
blob: a631f8133530b445b70df555da2b2d2d455346fb [
file
] [
log
] [
blame
]
#!/bin/bash
#
# config: 2 60
# @brief: Collect services status information.
#
.
$DREPORT_INCLUDE
/
functions
desc
=
"services status list"
file_name
=
"services_status.txt"
command
=
"systemctl status --all"
add_cmd_output
"$command"
"$file_name"
"$desc"