SVN: rc-scripts/trunk/sysconfig/system

glen glen at pld-linux.org
Fri Oct 26 14:48:18 CEST 2007


Author: glen
Date: Fri Oct 26 14:48:18 2007
New Revision: 8878

Modified:
   rc-scripts/trunk/sysconfig/system
Log:
- use default nice "+0" to avoid confusion as "0" is not valid in service setup

Modified: rc-scripts/trunk/sysconfig/system
==============================================================================
--- rc-scripts/trunk/sysconfig/system	(original)
+++ rc-scripts/trunk/sysconfig/system	Fri Oct 26 14:48:18 2007
@@ -19,7 +19,7 @@
 
 # Default run nice level for all services if
 # $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service>
-DEFAULT_SERVICE_RUN_NICE_LEVEL=0
+DEFAULT_SERVICE_RUN_NICE_LEVEL=+0
 
 # Default limits set before running daemons (hard and soft) if
 # $SERVICE_LIMITS are not defined in /etc/sysconfig/<service>


More information about the pld-cvs-commit mailing list