.sh文件

来源:互联网 发布:淘宝优惠券 微信公众号 编辑:程序博客网 时间:2024/06/06 18:26
polling-msg-log.sh内容:
#!/bin/bash
PHP=/webser/php5/bin/php
LIST=/webser/www/qmyxcg_backend/yii
SHELL=ydxs-msg/run-polling-log-queue
for ((i=1;i<=2;i++))
do

 nuohup $PHP $LIST $SHELL &
  done







crontab -e

* * * * * . /etc/profile;/bin/bash  /webser/scripts/WH/polling-msg-log.sh

0 0