Skip to main content
Home
Toggle menu
  • Home
  • Blogs

memcached

Error message

The GeSHi filter requires the GeSHi library (which needs to be downloaded and installed seperately). Please review the install instruction at README.TXT.

How to auto start Services on boot - CentOS

Most of the services like httpd, mysqld, crond, etc. are setup to start on boot when we install them. If we want to add new services to auto start on boot, we can use chkconfig utility. Below is example to auto start memcached service on boot.
  • Read more about How to auto start Services on boot - CentOS
sfy39587stp18