Changes between Version 9 and Version 10 of FreeBSDJail
- Timestamp:
- Oct 27, 2010, 6:28:23 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDJail
v9 v10 21 21 # saving entropy bits is not useful within jails, as your host will do handle this. 22 22 entropy_dir="NO" 23 # Get some jitter in your cron runs to make sure the does not all run at time same time. Do NOT use if you rely on having your process to start at 'exact' that time. 23 # Get some jitter in your cron runs to make sure the does not all run at time same time. 24 # Do NOT use if you rely on having your process to start at 'exact' that time. 24 25 cron_flags="-J10" 25 26 EOF