Skip to content

Commit a57c6c0

Browse files
committed
Use the same users for the God and Monit examples.
1 parent 3bcbeb9 commit a57c6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/god/resque.god

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ num_workers.times do |num|
1111
w.env = {"QUEUE"=>"critical,high,low", "RAILS_ENV"=>rails_env}
1212
w.start = "/usr/bin/rake -f #{rails_root}/Rakefile environment resque:work"
1313

14-
w.uid = 'git'
15-
w.gid = 'git'
14+
w.uid = 'deploy'
15+
w.gid = 'deploy'
1616

1717
# restart if memory gets too high
1818
w.transition(:up, :restart) do |on|

0 commit comments

Comments
 (0)