1.文件后缀名:
.sh
2.Run.sh文件内容如下所示:
cd /root/front/dicns && /root/front/dicns/envs/bin/python /root/front/dicns/run.py
3.之后使用程序运行shell文件即可(我这里结合的是crontab运行的,所以在crontab -l 命令显示的文件中编写的)。
*/2 * * * * /root/front/dicns/Run.sh
如下图所示:
4.使用命令,重新启动crontab服务:
service cron restart
5.根据设定的时间,定时执行的程序就可以执行。
6.可以根据日志,去查看cron的执行情况
本文摘自 :https://www.cnblogs.com/