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;

相关文章:

  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2021-09-18
  • 2021-10-03
猜你喜欢
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案