Update serverinformation.sh

This commit is contained in:
Ankam Ravi Kumar
2023-07-13 16:15:39 +05:30
committed by GitHub
parent 33839affda
commit 73dfba0538

View File

@ -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