Drum roll please: These are my first cpanel contributions.
If you use cpanel, you might want to disable this program for security/privacy/bandwidth reasons. Here's how:
To stop entropychat daemon:
Code: Select all
#!/bin/bash
touch /etc/entropychatdisable
killall -9 entropychat
To start entropychat daemon:
Code: Select all
#!/bin/bash
#just in case
killproc entropychat
rm /etc/entropychatdisable
/usr/local/cpanel/entropychat/entropychat
These are my first contributions to CPanel hosts.