linux nohup

nohup RAILS_ENV=production bundle exec XXXX &

nohup RAILS_ENV=production bundle exec XXXX >/dev/null 2>&1 &


原文地址:https://www.cnblogs.com/wangyuyu/p/6910158.html