Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33839af commit 73dfba0Copy full SHA for 73dfba0
serverinformation.sh
@@ -95,7 +95,7 @@ ss -alntup |column -t |grep -E 'tcp|udp' >> $LOG
95
96
echo " " >> $LOG
97
echo "## Service Information" >> $LOG
98
-systemctl list-units --type=service --state=active |grep -vE 'systemd|selinux' >> $LOG
+systemctl list-units --type=service --state=running |grep -vE 'systemd|selinux' >> $LOG
99
100
101
echo "## Docker Containers" >> $LOG
0 commit comments