python脚本:
crontab -e
*/5 * * * * python /home/scripts/kobe/notify.py >> /home/scripts/kobe/logForNotify.log 2>&1
每5分钟执行一次 /home/scripts/kobe/notify.py
输出内容记录到 /home/scripts/kobe/logForNotify.log
本文共 245 字,大约阅读时间需要 1 分钟。
python脚本:
crontab -e
*/5 * * * * python /home/scripts/kobe/notify.py >> /home/scripts/kobe/logForNotify.log 2>&1
每5分钟执行一次 /home/scripts/kobe/notify.py
输出内容记录到 /home/scripts/kobe/logForNotify.log
转载于:https://my.oschina.net/xiaozhiwen/blog/1607860