如何从ssh root添加cron作业(httpd,mysql)

时间:2013-02-23 13:20:09

标签: ssh root

我需要让我的vps每天重启httpd apache和mysql

我的/ etc / crontab文件记录是

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
29 * * * * root run-parts /etc/cron.hourly
43 0 * * * root run-parts /etc/cron.daily
13 5 * * 0 root run-parts /etc/cron.weekly
23 0 28 * * root run-parts /etc/cron.monthly

如果我想让httpd和mysql每天重新启动我必须在这个文件中添加什么内容!

这个员工的目标还更新

1 个答案:

答案 0 :(得分:0)

您不必向该文件添加任何内容。

创建一个脚本以重新启动服务,并将其放在/etc/cron.daily/目录中。