Question
After changing the package for a user, you find that the modified values are not showing within cPanel, for example, the RAM value.
Answer
This is managed automatically via a cron. You will want to ensure the crond is up by running the following command:
/scripts/restartsrv_crond --status
If you would like to update the package(s) right away and not wait for the cron job to be executed, you can do so by running the same command that the cron job runs:
/usr/bin/flock -n /var/run/cloudlinux_cl-syncpkg.cronlock /usr/bin/cl-syncpkgs
Comments
0 comments
Article is closed for comments.