From 04884366b30009298e56e9e0717577873351fecd Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:10:05 -0400 Subject: [PATCH] describe procfile --- man/foreman.1.ronn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/foreman.1.ronn b/man/foreman.1.ronn index 49a5508..7c41a33 100644 --- a/man/foreman.1.ronn +++ b/man/foreman.1.ronn @@ -56,6 +56,14 @@ These options control all modes of foreman's operation. containing directory will be assumed to be the root directory of the application. +## PROCFILE + +A Procfile should contain both a name for the process and the command used +to run it. + + web bundle exec thin start + job bundle exec rake jobs:work + ## EXAMPLES Start one instance of each process type, interleave the output on stdout: