我的 Discourse 安装在 Ubuntu 上,我使用命令 bundle exec rails server 启动服务器,该如何停止或重启服务器?
bundle exec rails server
对于大多数命令行应用程序来说,Ctrl+C 是最佳选择。