1,执行脚本
/usr/local/services/php7/bin/php -d open_basedir= -d memory_limit=2000M -d disable_functions= /data/vhosts/项目目录xxx/artisan 要执行的命令
2,执行定时任务
/usr/local/services/php7/bin/php -d open_basedir= -d memory_limit=2000M -d disable_functions= /data/vhosts/项目目录xxx/artisan schedule:run-task 脚本路径