Home Rails 快速重启的脚本restartveryquickly
Post
Cancel

Rails 快速重启的脚本restartveryquickly

kill -9 `ps -ef | grep admin | grep 9701 | awk {'print $2'}`
setsid nohup bundle exec puma -C config/puma.rb &

This post is licensed under CC BY 4.0 by the author.