We do support Round the Clock 24 x 7 x 365 (+91) 883 012 3924
 

How to completely remove or disable Cpanellogd on cPanel server

How to completely remove or disable Cpanellogd on cPanel server

If you create the following file, it should disable cpanellogd:

touch /etc/cpanellogddisable

After disabling cpanellogd, you need to kill any current processes of cpanellogd.

ps aux | grep cpanellogd
kill -9 PID#

Replace PID# with the PID of cpanellogd processes.

cPanel auto restart cpanellogd so you need to move the following files :

mv /usr/local/cpanel/cpanellogd /usr/local/cpanel/cpanellogd.backup
mv /usr/local/cpanel/libexec/cpanellogd /usr/local/cpanel/libexec/cpanellogd.backup

Once done cpanellogd will no longer run on your cPanel server.

Please do contact us at [email protected] if you require any further assistance.

Comments are closed.