Skip to content

Commit

Permalink
[doc] Remove unused forever option from docs
Browse files Browse the repository at this point in the history
`forever` option was removed in d793874
as redundant.

Fixes #250.
  • Loading branch information
mmalecki authored and AvianFlu committed Apr 19, 2012
1 parent 8474c9c commit ea5317c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea5317c

Please sign in to comment.