使用 cron Chef cookbook 每 30 分钟 运行 一个命令
Using cron Chef cookbook to run a command every 30 mins
我使用 cron 食谱 运行 按以下方式每 30 分钟执行一次:
cron_d 'logrotate_check' do
minute "*/30"
command "logrotate -s /var/log/logstatus /etc/logrotate.d/consul_logs"
user 'root'
end
请告诉我是否正确?
是的,没关系。以后请自己尝试,不要上网问等10个小时。
我使用 cron 食谱 运行 按以下方式每 30 分钟执行一次:
cron_d 'logrotate_check' do
minute "*/30"
command "logrotate -s /var/log/logstatus /etc/logrotate.d/consul_logs"
user 'root'
end
请告诉我是否正确?
是的,没关系。以后请自己尝试,不要上网问等10个小时。