PATH:
usr
/
share
/
cloudlinux
/
Editing: 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
SAVE
CANCEL