From b3a5fa9c1bb8944ec887d8b81fc31f3b478a5a57 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 30 Jun 2010 21:44:13 -0400 Subject: [PATCH] update readme --- README.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.markdown b/README.markdown index d5d6aee..16edb38 100644 --- a/README.markdown +++ b/README.markdown @@ -75,6 +75,17 @@ foreman currently supports the following output formats: * upstart +## INITTAB EXPORT + +## UPSTART EXPORT + +Will create a series of upstart scripts in the directory you specify. Scripts +will be structured so as to make the following commands valid: + + `start appname` + `stop appname-processname` + `restart appname-processname-3` + ## PROCFILE A Procfile should contain both a name for the process and the command used @@ -108,6 +119,8 @@ Foreman is Copyright (C) 2010 David Dollar [EXPORTING]: #EXPORTING "EXPORTING" [OPTIONS]: #OPTIONS "OPTIONS" [EXPORT FORMATS]: #EXPORT-FORMATS "EXPORT FORMATS" +[INITTAB EXPORT]: #INITTAB-EXPORT "INITTAB EXPORT" +[UPSTART EXPORT]: #UPSTART-EXPORT "UPSTART EXPORT" [PROCFILE]: #PROCFILE "PROCFILE" [EXAMPLES]: #EXAMPLES "EXAMPLES" [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"