Skip to content

Commit

Permalink
Merge pull request #298 from tlatino-suse/master
Browse files Browse the repository at this point in the history
add conntrack -S output in systeminfo
  • Loading branch information
dkeightley authored Aug 20, 2024
2 parents da9e6de + cf783b2 commit 7ce068a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ system-all() {
if $(command -v service >/dev/null 2>&1); then
service --status-all > $TMPDIR/systeminfo/service-statusall 2>&1
fi
if $(command -v conntrack >/dev/null 2>&1); then
conntrack -S > $TMPDIR/systeminfo/conntrack
fi

}

Expand Down

0 comments on commit 7ce068a

Please sign in to comment.