Commit ccf3521b by e0d

Merge pull request #185 from edx/e0d/upstart-source-env

Fixing upstart script to source env.
parents 4a5a7d19 a4212528
......@@ -9,4 +9,8 @@ env PID=/var/tmp/comments_service.pid
chdir {{ forum_code_dir }}
exec {{forum_home}}/.rbenv/shims/ruby app.rb
\ No newline at end of file
script
. {{forum_home}}/forum_env
{{forum_home}}/.rbenv/shims/ruby app.rb
end script
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment