Skip to content

Commit

Permalink
Setting correct owner on unicorn runit service
Browse files Browse the repository at this point in the history
  • Loading branch information
tanordheim committed Jul 5, 2012
1 parent 78d8fd7 commit 31cc055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions providers/unicorn.rb
Expand Up @@ -59,6 +59,9 @@

runit_service new_resource.name do
template_name 'unicorn'
owner new_resource.owner if new_resource.owner
group new_resource.group if new_resource.group

cookbook 'application_ruby'
options(
:app => new_resource,
Expand Down

0 comments on commit 31cc055

Please sign in to comment.