Changes between Version 11 and Version 12 of FactoryManual/StandardFactory
- Timestamp:
- 07/07/10 09:11:09 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FactoryManual/StandardFactory
v11 v12 40 40 A full path pointing to the file containing your PEM-encoded SSL/TLS certificate. 41 41 tls_key_file:: 42 Full path pointing to the file containing your PEM-encoded SSL/TLS private key. This can be the same file as your certificate. 42 Full path pointing to the file containing your PEM-encoded SSL/TLS private key. This can be the same file as your certificate. 43 daemon:: 44 Set this to "yes" to run the factory as a daemon, "no" to run in the foreground 45 pidfile:: 46 Full path to the pidfile that you want to use when running as a daemon 43 47 load_max:: 44 48 The maximum system load. If the system load is greater than this value then the factory will sleep instead of poll for new jobs.