# http://stackoverflow.com/questions/7548730/cron-job-not-working-in-whenever-gem
whenever --update-crontab
sudo service cron restart
crontab -l
探讨了使用whenever gem处理Cron作业时遇到的问题,包括更新crontab、使用sudoservice重启服务以及检查crontab列表的方法。
# http://stackoverflow.com/questions/7548730/cron-job-not-working-in-whenever-gem
whenever --update-crontab
sudo service cron restart
crontab -l

被折叠的 条评论
为什么被折叠?