blob: a631f8133530b445b70df555da2b2d2d455346fb [file] [log] [blame]
Marri Devender Rao081ff832022-03-29 22:32:46 -05001#!/bin/bash
2#
3# config: 2 60
4# @brief: Collect services status information.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="services status list"
10file_name="services_status.txt"
11
12command="systemctl status --all"
13
14add_cmd_output "$command" "$file_name" "$desc"