30 Aug, 2010
Enabling Automatic Software Updates on CentOS 5
Posted by: Ahmandonk In: How to?|Server Administration
It’s important to keep your server software up-to-date. The commands below will enable automatic nightly updates using CentOS 5′s default yum package manager.
# yum -y install yum-cron crontabs vixie-cron
# service cron start
# chkconfig –level 2345 yum-cron on
# service yum-cron start

Comments