%PDF- %PDF-
| Direktori : /usr/share/lve-stats/scriptlets/ |
| Current File : //usr/share/lve-stats/scriptlets/rpm_governor_trigger.sh |
#!/bin/bash
# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2022 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT
# Note: Also called from Debian scriptlets
__python=$1
python_sitelib=$2
$__python $python_sitelib/lvestats/utils/dbmigrator/dbgovernor_config.py --save_uid
if [ -f /var/run/db-governor.pid ]; then
service db_governor restart
fi
exit 0