量化交易之One Piece篇 - linux - 定时任务(重启服务器、执行程序、验证)

linux 执行命令: crontab -e
0 5 * * 1-5 sudo /sbin/shutdown -r now
0 17 * * 1-5 sudo /sbin/shutdown -r now
45 8 * * 1-5 cd /home/ubuntu/onepiece/bin/datacore && ./datacore
45 20 * * 1-5 cd /home/ubuntu/onepiece/bin/datacore && ./datacore

以上是四条自动化执行的定时任务,因为太简单了,我就不细说明了;接下来是验证服务器确实重启过的linux命令。

who -b

你可能感兴趣的:(One,Piece,服务器,linux,运维)