Skip to content

Commit

Permalink
update monit examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Nov 27, 2009
1 parent 82c7b50 commit e0929cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/delayed_job.monitrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

check process delayed_job
with pidfile /var/www/apps/{app_name}/shared/pids/delayed_job.pid
start program = "RAILS_ENV=production /var/www/apps/{app_name}/current/script/delayed_job start"
stop program = "RAILS_ENV=production /var/www/apps/{app_name}/current/script/delayed_job stop"
start program = "/usr/bin/env RAILS_ENV=production /var/www/apps/{app_name}/current/script/delayed_job start"
stop program = "/usr/bin/env RAILS_ENV=production /var/www/apps/{app_name}/current/script/delayed_job stop"

0 comments on commit e0929cf

Please sign in to comment.