From ea5317c4668bf05dcd6b6979cb7c8a340d19f93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Wed, 29 Feb 2012 14:10:30 +0100 Subject: [PATCH] [doc] Remove unused `forever` option from docs `forever` option was removed in d793874235e149575e75976db2a6eca56ea5f389 as redundant. Fixes #250. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2ad87af7..c95cf742 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,6 @@ There are several options that you should be aware of when using forever. Most o // Basic configuration options // 'silent': false, // Silences the output from stdout and stderr in the parent process - 'forever': true, // Indicates that this script should run forever 'uid': 'your-UID' // Custom uid for this forever process. (default: autogen) 'pidFile': 'path/to/a.pid', // Path to put pid information for the process(es) started 'max': 10, // Sets the maximum number of times a given script should run