.sh文件

    xiaoxiao2021-04-12  65

    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

    转载请注明原文地址: https://ju.6miu.com/read-667567.html

    最新回复(0)