Eu não rodei o Cloud Linux, mas este tutorial da Digital Ocean mostra como instalá-lo a partir da fonte:
visit the download page and choose the latest release tarball (1.7a at the time of this writing). After downloading the tarball, untar it into your current working directory:
# tar zxvf /path/to/haveged-x.x.tar.gz
Now you compile and install:
# cd /path/to/haveged-x.x
# ./configure
# make
# make install
By default, this will install with a prefix of
/usr/local
, so you should add something similar to the following to/etc/rc.local
(or your system's equivalent) to make it automatically start on boot (adjust the path if necessary):
# Autostart haveged
/usr/local/sbin/haveged -w 1024
Run the same command manually (as root) to start the daemon without rebooting