Skip to content

Commit 73dfba0

Browse files
authored
Update serverinformation.sh
1 parent 33839af commit 73dfba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverinformation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ss -alntup |column -t |grep -E 'tcp|udp' >> $LOG
9595
9696
echo " " >> $LOG
9797
echo "## Service Information" >> $LOG
98-
systemctl list-units --type=service --state=active |grep -vE 'systemd|selinux' >> $LOG
98+
systemctl list-units --type=service --state=running |grep -vE 'systemd|selinux' >> $LOG
9999
100100
echo " " >> $LOG
101101
echo "## Docker Containers" >> $LOG

0 commit comments

Comments
 (0)