foreman-runit-template 是一个用于 Kong 应用的 runit 运行脚本模板。下面是其用法示例:

```ruby

# e.g. capistrano 3 foreman export task. (These erb files are in `shared/runit-template`)

namespace :foreman do

  desc "Export runit configuration scripts"

  task :export do

    on roles(:app) do |host|

      within release_path do

        execute :bundle, <;<;-CMD.gsub(/s{2}/, "")

        exec foreman export runit /path/to/service -f ./Procfile -a #{fetch(:application)}

        ```

1. **将指定内容和标题进行格式化**,提高用户体验,让用户更易阅读。

2. 内容中需要把与标题相关的词加粗处理。

3. 通过 `foreman` 来导出配置脚本,可以简化在不同环境中的部署工作,确保 Kong 服务能够顺利启动。