Changeset 262
- Timestamp:
- 11/07/07 19:35:59 (8 months ago)
- Files:
-
- trunk/plugin/acts_as_ferret/doc/monit-example (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugin/acts_as_ferret/doc/monit-example
r255 r262 5 5 # username is the user the drb server should be running as (It's good practice 6 6 # 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" 9 9 10 10 # cpu usage boundaries
