1

我需要启动瘦 aus 用户 - 而不是 root 用户。所以我改变了整个环境以在用户模式下运行服务器。问题是,我想为不同的应用程序启动不同的薄。但我喜欢使用 bundle exec 而不是 gemsets - 因为我不想在更新应用程序时一直更新 gemsets。

那么如何更改 init.d - 脚本以在 bundler 环境中开始精简?

我试过这个:

su - rubyuser -c "bundle exec /var/www/myapp/deploy/shared/bundle/ruby/1.9.1/bin/thin start -C /etc/thin/myapp.yml"

但它最终出现“无法找到 Gemfile”

4

0 回答 0