Update check_systemd: remove bad content

This commit is contained in:
Alban VIDAL 2019-09-30 07:37:16 +02:00
parent 3fd60bcded
commit 706fa685ec

View File

@ -11,19 +11,6 @@
################################################################################
# ConnTrack files
FILE_CONNTRACK_MAX="/proc/sys/net/netfilter/nf_conntrack_max"
FILE_CONNTRACK_COUNT="/proc/sys/net/netfilter/nf_conntrack_count"
if [[ ! -f "$FILE_CONNTRACK_MAX" || ! -f "$FILE_CONNTRACK_COUNT" ]] ; then
echo "Error, one of this files does not exists :"
echo " - $FILE_CONNTRACK_MAX"
echo " - $FILE_CONNTRACK_COUNT"
exit2
fi
################################################################################
# Little script which check systemd status
RETURN_CODE=0