From 8597e0dc16ba6d707d35c2f04d88e09c94115d83 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 30 Jun 2010 21:46:46 -0400 Subject: [PATCH] update readme --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index f23e308..b124ec9 100644 --- a/README.markdown +++ b/README.markdown @@ -80,8 +80,8 @@ foreman currently supports the following output formats: Will export a chunk of inittab-compatible configuration: # ----- foreman example processes ----- - EX01:4:respawn:/bin/su - example -c 'PORT=5000 ./error >> /var/log/error-1.log 2>&1' - EX02:4:respawn:/bin/su - example -c 'PORT=5100 ./ticker >> /var/log/ticker-1.log 2>&1' + EX01:4:respawn:/bin/su - example -c 'PORT=5000 bundle exec thin start >> /var/log/web-1.log 2>&1' + EX02:4:respawn:/bin/su - example -c 'PORT=5100 bundle exec rake jobs:work >> /var/log/job-1.log 2>&1' # ----- end foreman example processes ----- ## UPSTART EXPORT