Hacked By AnonymousFox

Current Path : /usr/share/cloudlinux/
Upload File :
Current File : //usr/share/cloudlinux/reset_effective_cache.sh

#!/bin/bash
# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2023 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT

if [[ -f /var/run/cloudlinux/effective-normal-limits ]]; then
    # lvectl apply all will reset the effective normal limits file,
    # replacing all its previous data with ones calculated in its run.
    /usr/sbin/lvectl apply all
fi
exit 0

Hacked By AnonymousFox1.0, Coded By AnonymousFox