Description

Type integer READ/WRITE

runnice specifies the execution priority that pmlocald sets when initializing the runtime environment. (For more details, see the UNIX man pages for nice.)

Example
if ( timebetween(900,1630) ) 
{ 
   runnice=010; 
} 
   else 
{ 
   runnice=020; 
}
Related Topics

nice