Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要更改 PID 文件的默认位置并将其设置在 /var/run 并将日志写入 /var/logs,是否有任何简单的方法可以使用 rails 来做到这一点?
哦找到了。。
sudo rails s --pid=/var/run/rails.pid --log=/var/log/rails.log