From 73dfba05386a78fa8b7ce8c1fa00d52116bffa1e Mon Sep 17 00:00:00 2001 From: Ankam Ravi Kumar <14858025+techarkit@users.noreply.github.com> Date: Thu, 13 Jul 2023 16:15:39 +0530 Subject: [PATCH] Update serverinformation.sh --- serverinformation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverinformation.sh b/serverinformation.sh index c63a43a..ed269c8 100644 --- a/serverinformation.sh +++ b/serverinformation.sh @@ -95,7 +95,7 @@ ss -alntup |column -t |grep -E 'tcp|udp' >> $LOG echo " " >> $LOG echo "## Service Information" >> $LOG -systemctl list-units --type=service --state=active |grep -vE 'systemd|selinux' >> $LOG +systemctl list-units --type=service --state=running |grep -vE 'systemd|selinux' >> $LOG echo " " >> $LOG echo "## Docker Containers" >> $LOG