您的位置:首页 > 其它

ct任务添加与中控机批量后台操作

2015-06-05 23:02 531 查看
ct 任务
nohup sh ./bin/start.sh </dev/null >/dev/null 2>&1 &

中控机批量

for h in `get_hosts_by_path xxx`;do { ssh $h 'cd /home/map/anticraw_tmp && nohup /home/map/php-fpm/bin/php compute.php /home/map/lighttpd/log result & ' </dev/null >/dev/null 2>&1; } & done;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: