#!/bin/bash nohup rails s Puma -d >> run_log.log 2>&1 &
#!/bin/bash ps -ef |grep puma |awk '{print $2}'|xargs kill -9