Author: glen Date: Thu Dec 14 09:08:28 2006 New Revision: 8100 Modified: rc-scripts/trunk/sysconfig/system Log: Spelling
Modified: rc-scripts/trunk/sysconfig/system ============================================================================== --- rc-scripts/trunk/sysconfig/system (original) +++ rc-scripts/trunk/sysconfig/system Thu Dec 14 09:08:28 2006 @@ -21,10 +21,12 @@ # $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service> DEFAULT_SERVICE_RUN_NICE_LEVEL=0 -# Default limits set before running demons (hard and soft) if +# Default limits set before running deamons (hard and soft) if # $SERVICE_LIMITS are not defined in /etc/sysconfig/<service> +# # Use "-u" for process limits (automatically translated to "-p" for ksh). # Use "-Sx" or "-Hx" to set only soft or hard "x" limit. +# # Advised limits are: # "-u unlimited" to make sure daemons will be able to fork; # "-c 0" to make sure it doesn't core dump anywhere; while this could mask _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
