To edit pages or tickets please login with username/password: aaf/aaf

Show
Ignore:
Timestamp:
11/07/07 19:35:59 (1 year ago)
Author:
jk
Message:

fix monit example for new start script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugin/acts_as_ferret/doc/monit-example

    r255 r262  
    55    # username is the user the drb server should be running as (It's good practice 
    66    # to run such services as a non-privileged user) 
    7     start program = "/bin/su -c 'cd /path/to/your/app/current/ && RAILS_ENV=production script/ferret_start' username" 
    8     stop program = "/bin/su -c 'cd /path/to/your/app/current/ && RAILS_ENV=production script/ferret_stop' username" 
     7    start program = "/bin/su -c 'cd /path/to/your/app/current/ && script/ferret_server -e production start' username" 
     8    stop program = "/bin/su -c 'cd /path/to/your/app/current/ && script/ferret_server -e production stop' username" 
    99 
    1010    # cpu usage boundaries 

To edit pages or tickets please login with username/password: aaf/aaf