| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /usr/share/cloudlinux/ |
| 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