Skip to content

Commit

Permalink
add conntrack -S output in systeminfo
Browse files Browse the repository at this point in the history
  • Loading branch information
tlatino-suse committed Aug 20, 2024
1 parent da9e6de commit cf783b2
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 cf783b2

Please sign in to comment.