yum 更新_centos7操作系统定时自动更新

安装服务

yum -y install yum-cronsystemctl start yum-cron.servicesystemctl enable yum-cron.service
4c6deacb2f880efb68fc277c8dc64da1.png

配置文件

每天执行的cron任务的配置文件:

/etc/yum/yum-cron.conf

每小时执行的cron任务的配置文件:

/etc/yum/yum-cron-hourly.conf

9893f59313187ab8c22e236dd9e5daa6.png

可以看到cron的定时任务配置文件:

/etc/cron.daily/0yum-daily.cron

/etc/cron.hourly/0yum-hourly.cron


/etc/yum/yum-cron.conf

[commands]# What kind of update to use:# default = yum upgrade# security = yum --security upgrade# security-severity:Critical = yum --sec-severity=Critical upgrade# minimal = yum --bugfix update-minimal# minimal-security = yum --security update-minimal# minimal-security-severity:Critical = --sec-severity=Critical update-minimal# 这里定义是要更新什么内容,默认是更新整个系统update_cmd = default# Whether a message should be emitted when updates are available,# were downloaded, or applied.update_messages = yes# Whether updates should be downloaded when they are available.download_updates = yes# Whether updates should be applied when they are available. Note# that download_updates must also be yes for the update to be applied.# 应用更新apply_updates = yes# Maximum amout of time to randomly sleep, in minutes. The program# will sleep for a random amount of time between 0 and random_sleep# minutes before running. This is useful for e.g. staggering the# times that multiple systems will access update servers. If# random_sleep is 0 or negative, the program will run immediately.# 6*60 = 360random_sleep = 360[emitters]# Name to use for this system in messages that are emitted. If# system_name is None, the hostname will be used.system_name = None# How to send messages. Valid options are stdio and email. If# emit_via includes stdio, messages will be sent to stdout; this is useful# to have cron send the messages. If emit_via includes email, this# program will send email itself according to the configured options.# If emit_via is None or left blank, no messages will be sent.emit_via = stdio# The width, in characters, that messages that are emitted should be# formatted to.output_width = 80[email]# The address to send email messages from.# NOTE: 'localhost' will be replaced with the value of system_name.email_from = root@localhost# List of addresses to send messages to.email_to = root# Name of the host to connect to to send email messages.email_host = localhost[groups]# NOTE: This only works when group_command != objects, which is now the default# List of groups to updategroup_list = None# The types of group packages to installgroup_package_types = mandatory, default[base]# This section overrides yum.conf# Use this to filter Yum core messages# -4: critical# -3: critical+errors# -2: critical+errors+warnings (default)debuglevel = -2# skip_broken = Truemdpolicy = group:main# Uncomment to auto-import new gpg keys (dangerous)# assumeyes = True

1624930cd7c3747f574ee33da9148f5d.png

总结

这种自动更新还是不要放到生产环境了,毕竟生产系统升级还是需要进行测试的,如果是一些不主要的服务系统,为了防止忘记安全更新,可以添加上这个服务。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值