cronが実行されない、おかしいなと思っていたら、そもそもcrondが起動していませんでした...
起動方法
# そもそも動いているか確認
/etc/rc.d/init.d/crond status
# 起動する
/etc/rc.d/init.d/crond start
# 自動起動の設定
chkconfig --list crond
crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off
crontabを設定しても実行されない時の確認ポイント · GitHub
https://gist.github.com/koudaiii/49ac3f8b7c207f0da31f
(CentOS6まで)サービス自動起動の設定
http://kazmax.zpp.jp/linux_beginner/chkconfig.html
0 件のコメント:
コメントを投稿